Changeset 27436


Ignore:
Timestamp:
11/28/22 07:13:12 (2 years ago)
Author:
vverjans
Message:

CHG correcting typo

File:
1 edited

Legend:

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

    r27435 r27436  
    27372737   IssmDouble time,dt,fracyear,fracyearnext,fracmonth,fracmonthnext,yts;
    27382738   IssmDouble monthsteps[12]  = {0.,1./12,2./12,3./12,4./12,5./12,6./12,7./12,8./12,9./12,10./12,11./12};
    2739    IssmDouble* monthlyfrac_b  = xNew<IssmDouble>(12);
     2739   IssmDouble* monthlyfac_b   = xNew<IssmDouble>(12);
    27402740   IssmDouble* monthlyrate_b  = xNew<IssmDouble>(12);
    27412741        IssmDouble* fracdtinmonth  = xNew<IssmDouble>(12);
Note: See TracChangeset for help on using the changeset viewer.