Changeset 26207
- Timestamp:
- 04/22/21 19:34:31 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/solutionsequences/solutionsequence_sampling.cpp
r26005 r26207 74 74 femmodel->parameters->FindParam(&step,StepEnum); 75 75 femmodel->parameters->FindParam(&phi,SamplingPhiEnum); 76 76 if(seed>=0) seed = seed + 13923272*step; // change default seed for transient simulations (by considering an arbitrary shif based on the step number) 77 77 78 78 GetSolutionFromInputsx(&ug,femmodel);
Note:
See TracChangeset
for help on using the changeset viewer.