Changeset 24509


Ignore:
Timestamp:
01/10/20 17:47:47 (5 years ago)
Author:
schlegel
Message:

CHG: minor spelling

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/modules/SurfaceMassBalancex/Gembx.cpp

    r24508 r24509  
    107107        }
    108108
    109         /*Free ressouces:*/
     109        /*Free resouces:*/
    110110        xDelete(dzT);
    111111        xDelete(dzB);
     
    339339        }
    340340
    341         /*Free ressources:*/
     341        /*Free resources:*/
    342342        xDelete<IssmDouble>(gsz);
    343343        xDelete<IssmDouble>(dT);
     
    505505                        // a_surf = a_wet - (a_wet - a_surf) * exp(-W_surf/W0);
    506506
    507                         /*Free ressources:*/
     507                        /*Free resources:*/
    508508                        xDelete<IssmDouble>(t0);
    509509                        xDelete<IssmDouble>(T);
     
    872872        }
    873873
    874         /*Free ressources:*/
     874        /*Free resources:*/
    875875        xDelete<IssmDouble>(K);
    876876        xDelete<IssmDouble>(KU);
     
    10191019                        swf[0] = swf[0]+ swfS[2];
    10201020
    1021                         /*Free ressources: */
     1021                        /*Free resources: */
    10221022                        xDelete<IssmDouble>(gsz);
    10231023                        xDelete<IssmDouble>(B1_cum);
     
    10851085                        swf[0] += swf_s;
    10861086
    1087                         /*Free ressources:*/
     1087                        /*Free resources:*/
    10881088                        xDelete<IssmDouble>(B_cum);
    10891089                        xDelete<IssmDouble>(exp_B);
     
    12661266
    12671267        }
    1268         /*Free ressources:*/
     1268        /*Free resources:*/
    12691269        if(mInit)xDelete<IssmDouble>(mInit);
    12701270
     
    16021602                for(int i=0;i<n;i++)dz[i] = m[i] / d[i];
    16031603
    1604                 /*Free ressources:*/
     1604                /*Free resources:*/
    16051605                xDelete<IssmDouble>(F);
    16061606                xDelete<IssmDouble>(R);
     
    18341834        #endif
    18351835
    1836         /*Free ressources:*/
     1836        /*Free resources:*/
    18371837        if(m)xDelete<IssmDouble>(m);
    18381838        if(EI)xDelete<IssmDouble>(EI);
     
    20372037        }
    20382038
    2039         /*Free ressources:*/
     2039        /*Free resources:*/
    20402040        xDelete<IssmDouble>(mass_init);
    20412041        xDelete<IssmDouble>(cumdz);
Note: See TracChangeset for help on using the changeset viewer.