Changeset 26485
- Timestamp:
- 10/15/21 14:33:04 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/modules/SurfaceMassBalancex/SurfaceMassBalancex.cpp
r26484 r26485 247 247 int fixedseed; 248 248 if(randomflag) fixedseed=-1; 249 else fixedseed = reCast<int >((time-starttime)/dt);249 else fixedseed = reCast<int,IssmDouble>((time-starttime)/dt); 250 250 multivariateNormal(&noiseterms,numbasins,0.0,covmat,fixedseed); 251 251 }
Note:
See TracChangeset
for help on using the changeset viewer.