Changeset 23324
- Timestamp:
- 09/19/18 18:04:59 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/cores/controlvalidation_core.cpp
r23318 r23324 185 185 IssmDouble* aX=xNew<IssmDouble>(n); 186 186 if(my_rank==0){ 187 for(int i=0;i< intn;i++){187 for(int i=0;i<n;i++){ 188 188 aX[i]<<=X0[i]; 189 189 }
Note:
See TracChangeset
for help on using the changeset viewer.