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
  • TabularUnified issm/trunk-jpl/src/c/analyses/adjointbalancethickness_core.cpp

    r15100 r15104  
    1919
    2020        /*compute thickness */
    21         if(VerboseSolution()) _printf0_("   computing thickness" << "\n");
     21        if(VerboseSolution()) _printf0_("   computing thickness\n");
    2222        femmodel->SetCurrentConfiguration(BalancethicknessAnalysisEnum);
    2323        solutionsequence_linear(femmodel);
     
    2727
    2828        /*compute adjoint*/
    29         if(VerboseSolution()) _printf0_("   computing adjoint" << "\n");
     29        if(VerboseSolution()) _printf0_("   computing adjoint\n");
    3030        femmodel->SetCurrentConfiguration(BalancethicknessAnalysisEnum,AdjointBalancethicknessAnalysisEnum);
    3131        solutionsequence_adjoint_linear(femmodel);
     
    3333        /*Save results*/
    3434        if(save_results){
    35                 if(VerboseSolution()) _printf0_("   saving results" << "\n");
     35                if(VerboseSolution()) _printf0_("   saving results\n");
    3636                InputToResultx(femmodel->elements,femmodel->nodes,femmodel->vertices,femmodel->loads,femmodel->materials,femmodel->parameters,AdjointEnum);
    3737        }
Note: See TracChangeset for help on using the changeset viewer.