Changeset 27436
- Timestamp:
- 11/28/22 07:13:12 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Elements/Element.cpp
r27435 r27436 2737 2737 IssmDouble time,dt,fracyear,fracyearnext,fracmonth,fracmonthnext,yts; 2738 2738 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* monthlyf rac_b= xNew<IssmDouble>(12);2739 IssmDouble* monthlyfac_b = xNew<IssmDouble>(12); 2740 2740 IssmDouble* monthlyrate_b = xNew<IssmDouble>(12); 2741 2741 IssmDouble* fracdtinmonth = xNew<IssmDouble>(12);
Note:
See TracChangeset
for help on using the changeset viewer.