Changeset 17570


Ignore:
Timestamp:
03/27/14 13:34:37 (11 years ago)
Author:
Eric.Larour
Message:

CHG: fixed issues with AD compile.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk-jpl/src/c/solutionsequences/solutionsequence_la_theta.cpp

    r17553 r17570  
    3232        /*Convergence criterion*/
    3333        int count = 0;
    34         femmodel->parameters->SetParam(10.,AugmentedLagrangianREnum);
     34        femmodel->parameters->SetParam(reCast<IssmDouble>(10.),AugmentedLagrangianREnum);
    3535
    3636        while(true){
     
    4545
    4646                /*Update solution*/
    47                 printf("ug norm = %g\n",ug->Norm(NORM_TWO));
     47                _printf_("ug norm = " << ug->Norm(NORM_TWO) << "\n");
    4848                InputUpdateFromSolutionx(femmodel,ug);
    4949
Note: See TracChangeset for help on using the changeset viewer.