Changeset 5260 for anuga_work/development/anugavis/src/anugavis_simple.c
- Timestamp:
- May 1, 2008, 2:40:44 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/development/anugavis/src/anugavis_simple.c
r5259 r5260 1 1 #include "error.h" 2 #include "events.h" 3 #include "globals.h" 4 #include "height_quantity.h" 2 5 #include "init.h" 3 #include "height_quantity.h"4 #include <stdio.h>5 #include "globals.h"6 6 int main(int argc, char *argv[]){ 7 7 if(argc != 2){ … … 22 22 } 23 23 24 AnugaVis_Run(); 25 24 26 AnugaVis_DeInit(); 25 27 return 0;
Note: See TracChangeset
for help on using the changeset viewer.