Ignore:
Timestamp:
10/25/10 08:57:04 (15 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/objects/Loads/Pengrid.h

    r6216 r6412  
    6767                void  InputUpdateFromConstant(bool constant, int name);
    6868                void  InputUpdateFromSolution(double* solution);
    69                 void  InputUpdateFromIoModel(int index, IoModel* iomodel){ISSMERROR("not implemented yet");};
     69                void  InputUpdateFromIoModel(int index, IoModel* iomodel){_error_("not implemented yet");};
    7070                /*}}}*/
    7171                /*Load virtual functions definitions: {{{1*/
Note: See TracChangeset for help on using the changeset viewer.