Changeset 22524


Ignore:
Timestamp:
03/11/18 19:48:55 (7 years ago)
Author:
Mathieu Morlighem
Message:

CHG: AD compiler wants D[9] instead of D[3x3]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk-jpl/src/c/analyses/LevelsetAnalysis.cpp ΒΆ

    r22523 r22524  
    488488                                basalelement->ElementSizes(&hx,&hy,&hz);
    489489                                h=sqrt( pow(hx*w[0]/vel,2) + pow(hy*w[1]/vel,2) );
    490                                 IssmDouble D[3*3];
     490                                IssmDouble D[9];
    491491                                for(row=0;row<dim;row++)
    492492                                        for(col=0;col<dim;col++)
Note: See TracChangeset for help on using the changeset viewer.