Ignore:
Timestamp:
05/24/13 19:11:47 (12 years ago)
Author:
Mathieu Morlighem
Message:

CHG: simplifying prints

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/analyses/adjointdiagnostic_core.cpp

    r15100 r15104  
    2222
    2323        /*Compute velocities*/
    24         if(VerboseSolution()) _printf0_("   computing velocities" << "\n");
     24        if(VerboseSolution()) _printf0_("   computing velocities\n");
    2525        femmodel->SetCurrentConfiguration(DiagnosticHorizAnalysisEnum);
    2626        solutionsequence_nonlinear(femmodel,conserve_loads);
     
    3030
    3131        /*Compute adjoint*/
    32         if(VerboseSolution()) _printf0_("   computing adjoint" << "\n");
     32        if(VerboseSolution()) _printf0_("   computing adjoint\n");
    3333        femmodel->SetCurrentConfiguration(DiagnosticHorizAnalysisEnum,AdjointHorizAnalysisEnum);
    3434        solutionsequence_adjoint_linear(femmodel);
     
    3636        /*Save results*/
    3737        if(save_results){
    38                 if(VerboseSolution()) _printf0_("   saving results" << "\n");
     38                if(VerboseSolution()) _printf0_("   saving results\n");
    3939                InputToResultx(femmodel->elements,femmodel->nodes,femmodel->vertices,femmodel->loads,femmodel->materials,femmodel->parameters,AdjointxEnum);
    4040                InputToResultx(femmodel->elements,femmodel->nodes,femmodel->vertices,femmodel->loads,femmodel->materials,femmodel->parameters,AdjointyEnum);
Note: See TracChangeset for help on using the changeset viewer.