Changeset 21832
- Timestamp:
- 07/20/17 20:04:30 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/FemModel.cpp
r21829 r21832 82 82 /*AMR stuff*/ 83 83 this->parameters->FindParam(&amr_frequency,TransientAmrFrequencyEnum); 84 #ifdef _HAVE_NEOPZ_ 85 this->amr = NULL; 86 #endif 87 #ifdef _HAVE_BAMG_ 88 this->amrbamg = NULL; 89 #endif 84 90 if(amr_frequency){ 85 91 this->parameters->FindParam(&amrtype,AmrTypeEnum); … … 121 127 this->InitFromFiles(rootpath,inputfilename,outputfilename,toolkitsfilename,lockfilename,restartfilename, solution_type,traceon,X); 122 128 profiler->Tag(FINISHINIT); 129 130 #ifdef _HAVE_NEOPZ_ 131 this->amr = NULL; 132 #endif 133 #ifdef _HAVE_BAMG_ 134 this->amrbamg = NULL; 135 #endif 123 136 124 137 /*Save communicator in the parameters dataset: */ … … 288 301 ConfigureObjectsx(output->elements,output->loads,output->nodes,output->vertices,output->materials,output->parameters); 289 302 } 303 304 /*AMR, no copy for now*/ 305 #ifdef _HAVE_NEOPZ_ 306 this->amr = NULL; 307 #endif 308 #ifdef _HAVE_BAMG_ 309 this->amrbamg = NULL; 310 #endif 290 311 291 312 /*Reset current configuration: */
Note:
See TracChangeset
for help on using the changeset viewer.