Changeset 18937
- Timestamp:
- 12/04/14 15:19:20 (11 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  issm/trunk-jpl/src/c/classes/FemModel.cpp (modified) (2 diffs)
 
Legend:
- Unmodified
- Added
- Removed
- 
      issm/trunk-jpl/src/c/classes/FemModel.cppr18890 r18937 199 199 200 200 /*Open output file once for all and add output file descriptor to parameters*/ 201 output_fid=pfopen(outputfilename,"wb"); 202 this->parameters->SetParam(output_fid,OutputFilePointerEnum); 201 if(!trace){ 202 output_fid=pfopen(outputfilename,"wb"); 203 this->parameters->SetParam(output_fid,OutputFilePointerEnum); 204 } 203 205 204 206 /*Now save all of these file names into parameters, you never know when you might need them: */ … … 325 327 WrapperCorePointerFromSolutionEnum(&solutioncore,this->parameters,solution_type); 326 328 327 /*run solut oin core: */329 /*run solution core: */ 328 330 profiler->Tag(StartCore); 329 331 solutioncore(this); 
  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)
