Ignore:
Timestamp:
04/19/10 16:26:55 (15 years ago)
Author:
Mathieu Morlighem
Message:

removed exprintf of all ISSMERROR (not needed anymore)
Fixed Discontinuous Galerkin (missing thickness in inflow BC)"

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/objects/ParameterInputs.cpp

    r3389 r3570  
    354354                        /*Now, pick up the parameter corresponding to root: */
    355355                        found=parameters->FindParam(&parameter,NULL,NULL,root);
    356                         if(!found)ISSMERROR(exprintf("%s%s%s"," could not find parameter ",root," for Dakota input update"));
     356                        if(!found)ISSMERROR("%s%s%s"," could not find parameter ",root," for Dakota input update");
    357357                       
    358358                        /*We've got the parameter, we need to update it using qmu_part (a partitioning vector), and the distributed_values: */
Note: See TracChangeset for help on using the changeset viewer.