Changeset 5493


Ignore:
Timestamp:
Jul 11, 2008, 3:46:23 PM (16 years ago)
Author:
jack
Message:

Add required boost m4 macro.

Location:
anuga_work/development/anugavis
Files:
1 added
2 edited

Legend:

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

    r5490 r5493  
    2020    throw nc_strerror(ncstatus);
    2121  this->number_of_points = this->nc_inq_dimlen_by_name("number_of_points");
     22  this->number_of_timesteps =
     23    this->nc_inq_dimlen_by_name("number_of_timesteps");
    2224  this->number_of_vertices = this->nc_inq_dimlen_by_name("number_of_vertices");
    2325  this->number_of_volumes = this->nc_inq_dimlen_by_name("number_of_volumes");
  • anuga_work/development/anugavis/src/sww_file.hh

    r5490 r5493  
    2828  int netcdf_id;
    2929  int number_of_points;
     30  int number_of_timesteps;
    3031  int number_of_vertices;
    3132  int number_of_volumes;
Note: See TracChangeset for help on using the changeset viewer.