Changeset 26207
- Timestamp:
 - 04/22/21 19:34:31 (5 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 seed = seed + 13923272*step; // change default seed for transient simulations (by considering an arbitrary shif based on the step number)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.
  ![(please configure the [header_logo] section in trac.ini)](/trac/issm/chrome/common/trac_banner.png)