Changeset 5493
- Timestamp:
- Jul 11, 2008, 3:46:23 PM (16 years ago)
- Location:
- anuga_work/development/anugavis
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/development/anugavis/src/sww_file.cc
r5490 r5493 20 20 throw nc_strerror(ncstatus); 21 21 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"); 22 24 this->number_of_vertices = this->nc_inq_dimlen_by_name("number_of_vertices"); 23 25 this->number_of_volumes = this->nc_inq_dimlen_by_name("number_of_volumes"); -
anuga_work/development/anugavis/src/sww_file.hh
r5490 r5493 28 28 int netcdf_id; 29 29 int number_of_points; 30 int number_of_timesteps; 30 31 int number_of_vertices; 31 32 int number_of_volumes;
Note: See TracChangeset
for help on using the changeset viewer.