Ignore:
Timestamp:
Jul 11, 2008, 1:12:37 PM (15 years ago)
Author:
jack
Message:

netcdf_file.* -> sww_file.*

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/development/anugavis/src/anugavis.cc

    r5487 r5488  
    2020using std::string;
    2121
    22 AnugaVis::AnugaVis(const string &sww_file, int width, int height):
    23   screen(NULL), netcdf(sww_file){
     22AnugaVis::AnugaVis(const string &file_name, int width, int height):
     23  screen(NULL), sww_file(file_name){
    2424  init_SDL(width, height);
    2525  init_OpenGL(width, height);
Note: See TracChangeset for help on using the changeset viewer.