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/Beam.cpp

    r3567 r3570  
    384384                }
    385385                else
    386                         ISSMERROR(exprintf("%s%i%s\n","sub_analysis_type: ",sub_analysis_type," not supported yet"));
     386                        ISSMERROR("%s%i%s\n","sub_analysis_type: ",sub_analysis_type," not supported yet");
    387387        }
    388388        else{
    389                 ISSMERROR(exprintf("%s%i%s\n","analysis: ",analysis_type," not supported yet"));
     389                ISSMERROR("%s%i%s\n","analysis: ",analysis_type," not supported yet");
    390390        }
    391391
     
    435435                }
    436436                else
    437                         ISSMERROR(exprintf("%s%i%s"," analysis ",analysis_type," not supported yet"));
     437                        ISSMERROR("%s%i%s"," analysis ",analysis_type," not supported yet");
    438438        }
    439439        else{
    440                 ISSMERROR(exprintf("%s%i%s"," analysis ",analysis_type," not supported yet"));
     440                ISSMERROR("%s%i%s"," analysis ",analysis_type," not supported yet");
    441441        }
    442442
Note: See TracChangeset for help on using the changeset viewer.