Changeset 23324


Ignore:
Timestamp:
09/19/18 18:04:59 (7 years ago)
Author:
Mathieu Morlighem
Message:

CHG: fixing ADOLC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/cores/controlvalidation_core.cpp

    r23318 r23324  
    185185        IssmDouble* aX=xNew<IssmDouble>(n);
    186186        if(my_rank==0){
    187                 for(int i=0;i<intn;i++){
     187                for(int i=0;i<n;i++){
    188188                        aX[i]<<=X0[i];
    189189                }
Note: See TracChangeset for help on using the changeset viewer.