Changeset 5262
- Timestamp:
- May 1, 2008, 3:05:57 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/development/anugavis/src/anugavis_simple.c
r5260 r5262 1 1 #include "error.h" 2 2 #include "events.h" 3 #include "globals.h"4 3 #include "height_quantity.h" 5 4 #include "init.h" … … 13 12 return 1; 14 13 } 14 15 15 if(AnugaVis_DefineHeightQuantity("elevation", 0, 1, 128, 128, 128) == -1){ 16 16 printf("AnugaVis_DefineHeightQuantity() Error: %s\n", AnugaVis_GetError());
Note: See TracChangeset
for help on using the changeset viewer.