Changeset 11027 for issm/trunk/src/c/Container/Results.cpp
- Timestamp:
- 12/09/11 20:36:51 (13 years ago)
- Location:
- issm/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk
- Property svn:mergeinfo changed
/issm/trunk-jpl merged: 10982,10984-11018,11021,11024,11026
- Property svn:mergeinfo changed
-
issm/trunk/src/c/Container/Results.cpp
r10522 r11027 136 136 137 137 /*Fill each field: */ 138 for(i=0;i< nfields-2;i++){ //do not include the last one used for time138 for(i=0;i<this->Size();i++){ //do not include the last one used for time 139 139 ExternalResult* result=(ExternalResult*)this->GetObjectByOffset(i); 140 140 result->SetMatlabField(dataref);
Note:
See TracChangeset
for help on using the changeset viewer.