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/Control/UpdateElementsAndMaterialsControl.cpp

    r6216 r6412  
    4949                                break;
    5050                        default:
    51                                 ISSMERROR("Control %s not implemented yet",EnumToString((int)iomodel->control_type[i]));
     51                                _error_("Control %s not implemented yet",EnumToString((int)iomodel->control_type[i]));
    5252                }
    5353        }
Note: See TracChangeset for help on using the changeset viewer.