Changeset 5270
- Timestamp:
- May 2, 2008, 12:35:16 PM (17 years ago)
- Location:
- anuga_work/development/anugavis/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/development/anugavis/src/height_quantity.c
r5267 r5270 138 138 } 139 139 140 void AnugaVis_UndefineHeightQuantity(c har *name){140 void AnugaVis_UndefineHeightQuantity(const char *name){ 141 141 struct height_quantity_simple *height = anugavis.heights; 142 142 struct height_quantity_simple *nextHeight; -
anuga_work/development/anugavis/src/height_quantity.h
r5267 r5270 31 31 /* Undefine a given simple height quantity. 32 32 */ 33 extern void AnugaVis_UndefineHeightQuantity(c har *name);33 extern void AnugaVis_UndefineHeightQuantity(const char *name); 34 34 35 35 #endif
Note: See TracChangeset
for help on using the changeset viewer.