Ignore:
Timestamp:
10/25/10 08:57:04 (14 years ago)
Author:
Mathieu Morlighem
Message:

moved ISSMERROR to _error_, ISSMASSERT to _assert_ and ISSMPRINTF to _printf_

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/shared/Numerics/PetscOptionsFromAnalysis.cpp

    r6020 r6412  
    5757        if (found==-1){
    5858                /*ok, we did not find anything, this is not good! error out: */
    59                 ISSMERROR("%s%s","could find neither a default analysis  nor analysis ",EnumToString(analysis_type));
     59                _error_("%s%s","could find neither a default analysis  nor analysis ",EnumToString(analysis_type));
    6060        }
    6161
Note: See TracChangeset for help on using the changeset viewer.