Ignore:
Timestamp:
04/29/21 13:31:33 (4 years ago)
Author:
Mathieu Morlighem
Message:

CHG: trying to fix Eric's commit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/SealevelGeometry.cpp

    r26222 r26223  
    2020        localnel=localnelin;
    2121        for(int i=0;i<SLGEOM_NUMLOADS;i++){
    22                 for (int j=0;j<MAXVERTICES;j++){
     22                for (int j=0;j<SLMAXVERTICES;j++){
    2323                        LoadWeigths[i][j]=xNewZeroInit<IssmDouble>(localnel);
    2424                }
     
    4343SealevelGeometry::~SealevelGeometry(){ /*{{{*/
    4444        for(int i=0;i<SLGEOM_NUMLOADS;i++){
    45                 for (int j=0;j<MAXVERTICES;j++){
     45                for (int j=0;j<SLMAXVERTICES;j++){
    4646                        xDelete<IssmDouble>(LoadWeigths[i][j]);
    4747                }
Note: See TracChangeset for help on using the changeset viewer.