Changeset 5488 for anuga_work/development/anugavis/src/anugavis.cc
- Timestamp:
- Jul 11, 2008, 1:12:37 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/development/anugavis/src/anugavis.cc
r5487 r5488 20 20 using std::string; 21 21 22 AnugaVis::AnugaVis(const string & sww_file, int width, int height):23 screen(NULL), netcdf(sww_file){22 AnugaVis::AnugaVis(const string &file_name, int width, int height): 23 screen(NULL), sww_file(file_name){ 24 24 init_SDL(width, height); 25 25 init_OpenGL(width, height);
Note: See TracChangeset
for help on using the changeset viewer.