Ignore:
Timestamp:
03/24/10 16:53:27 (15 years ago)
Author:
Mathieu Morlighem
Message:

Do not use throw ErrorException -> ISSMERROR macro
Removed all FUNCT definitions (now useless)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/ModelProcessorx/CreateDataSets.cpp

    r3086 r3332  
    99#endif
    1010
    11 #undef __FUNCT__
    12 #define __FUNCT__ "CreateElementsNodesAndMaterials"
    13 
    1411#include "./IoModel.h"
    1512#include "../shared/shared.h"
     13#include "../include/macros.h"
    1614#include "../EnumDefinitions/EnumDefinitions.h"
    1715
     
    104102        else{
    105103
    106                 throw ErrorException(__FUNCT__,exprintf("%s%i%s%i%s"," analysis_type: ",iomodel->analysis_type," sub_analysis_type: ",iomodel->sub_analysis_type," not supported yet!"));
     104                ISSMERROR(exprintf("%s%i%s%i%s"," analysis_type: ",iomodel->analysis_type," sub_analysis_type: ",iomodel->sub_analysis_type," not supported yet!"));
    107105
    108106        }
Note: See TracChangeset for help on using the changeset viewer.