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

netcdf_file.* -> sww_file.*

File:
1 edited

Legend:

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

    r5487 r5488  
    66#include <string>
    77#include <SDL.h>
    8 #include "netcdf_file.hh"
     8#include "sww_file.hh"
    99
    1010using std::string;
     
    1818  void init_OpenGL(int width, int height);
    1919  SDL_Surface *screen;
    20   NetCDFFile netcdf;
     20  SWWFile sww_file;
    2121};
    2222
Note: See TracChangeset for help on using the changeset viewer.