- Timestamp:
- Apr 21, 2008, 1:02:58 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/development/anugavis/src/anugavis_simple/anugavis_simple.c
r5217 r5220 3 3 4 4 int main(int argc, char *argv[]){ 5 if(AnugaVis_Init( ) == -1){5 if(AnugaVis_Init(640, 480, "") == -1){ 6 6 printf("AnugaVis_Init() Error: %s", AnugaVis_GetError()); 7 7 return 1;
Note: See TracChangeset
for help on using the changeset viewer.