Changeset 19549


Ignore:
Timestamp:
09/10/15 11:12:39 (10 years ago)
Author:
seroussi
Message:

BUG: minor print call thermal_core in the right place

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/cores/transient_core.cpp

    r19548 r19549  
    8989                        if(issmb){
    9090                                femmodel->parameters->FindParam(&smb_model,SmbEnum);
    91                                 if(VerboseSolution()) _printf0_("   computing thermal regime\n");
    9291                                if(smb_model==SMBpddEnum) ResetBoundaryConditions(femmodel,ThermalAnalysisEnum);
    9392                                if(smb_model==SMBd18opddEnum) ResetBoundaryConditions(femmodel,ThermalAnalysisEnum);
    9493                        }
     94                        if(VerboseSolution()) _printf0_("   computing thermal regime\n");
    9595                        thermal_core(femmodel);
    9696                }
Note: See TracChangeset for help on using the changeset viewer.