Changeset 1061
- Timestamp:
- 02/23/17 17:25:22 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
XIOS/trunk/src/io/nc4_data_output.cpp
r1059 r1061 2650 2650 { 2651 2651 StdString timeAxisBoundsId(getTimeCounterName() + "_bounds"); 2652 if (!SuperClassWriter::varExist(timeAxisBoundsId)) 2653 2652 if (!SuperClassWriter::varExist(timeAxisBoundsId)) timeAxisBoundsId = "time_centered_bounds"; 2653 if (!SuperClassWriter::varExist(timeAxisBoundsId)) timeAxisBoundsId = "time_instant_bounds"; 2654 2654 2655 2655 CArray<double,2> timeAxisBounds;
Note: See TracChangeset
for help on using the changeset viewer.