source: issm/oecreview/Archive/22819-23185/ISSM-23173-23174.diff

Last change on this file was 23186, checked in by Mathieu Morlighem, 7 years ago

CHG: added Archive/22819-23185

File size: 1.9 KB
  • ../trunk-jpl/src/c/modules/ModelProcessorx/ModelProcessorx.cpp

     
    4747
    4848                if(VerboseMProcessor()) _printf0_("   creating datasets for analysis " << EnumToStringx(analysis_enum) << "\n");
    4949                Analysis* analysis = EnumToAnalysis(analysis_enum);
     50                printf("-------------- file: ModelProcessorx.cpp line: %i\n",__LINE__);
    5051                analysis->UpdateParameters(parameters,iomodel,solution_enum,analysis_enum);
     52                printf("-------------- file: ModelProcessorx.cpp line: %i\n",__LINE__);
    5153                analysis->CreateNodes(nodes,iomodel);
     54                printf("-------------- file: ModelProcessorx.cpp line: %i\n",__LINE__);
    5255                analysis->CreateConstraints(constraints,iomodel);
     56                printf("-------------- file: ModelProcessorx.cpp line: %i\n",__LINE__);
    5357                analysis->CreateLoads(loads,iomodel);
    5458                analysis->UpdateElements(elements,iomodel,i,analysis_enum);
    5559                delete analysis;
  • ../trunk-jpl/src/c/classes/IoModel.cpp

     
    816816                                                        this->AddConstant(new IoConstant(StringToEnumx(string),record_name));
    817817                                                } else if(strcmp(record_name,"md.thermal.fe")==0){
    818818                                                        this->AddConstant(new IoConstant(StringToEnumx(string),record_name));
     819                                                } else if(strcmp(record_name,"md.levelset.fe")==0){
     820                                                        this->AddConstant(new IoConstant(StringToEnumx(string),record_name));
    819821                                                } else if(strcmp(record_name,"md.groundingline.migration")==0){
    820822                                                        this->AddConstant(new IoConstant(StringToEnumx(string),record_name));
    821823                                                } else if(strcmp(record_name,"md.groundingline.friction_interpolation")==0){
Note: See TracBrowser for help on using the repository browser.