Changeset 18472
- Timestamp:
- 08/27/14 16:23:57 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Inputs/PentaInput.cpp
r18450 r18472 299 299 } 300 300 else{ 301 for(int i= 3;i<6;i++) this->values[i] =this->values[3+i];301 for(int i=0;i<3;i++) this->values[i] =this->values[3+i]; 302 302 } 303 303 break;
Note:
See TracChangeset
for help on using the changeset viewer.