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/modules/ModelProcessorx/ModelProcessorx.cpp

    r6323 r6412  
    4040                analysis_type=analysis_type_list[i];
    4141       
    42                 ISSMPRINTF(VerboseMProcessor(),"   create datasets for analysis %s\n",EnumToString(analysis_type));
     42                _printf_(VerboseMProcessor(),"   create datasets for analysis %s\n",EnumToString(analysis_type));
    4343                CreateDataSets(&elements,&nodes,&vertices,&materials,&constraints,&loads,&parameters,iomodel,IOMODEL,solution_type,analysis_type,nummodels,i);
    4444        }
Note: See TracChangeset for help on using the changeset viewer.