Ignore:
Timestamp:
10/08/10 17:03:53 (14 years ago)
Author:
Mathieu Morlighem
Message:

Added method InputUpdateFromIoModel, cleaner that Update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/objects/Update.h

    r5311 r6216  
    2525                virtual void  InputUpdateFromConstant(bool constant, int name)=0;
    2626                virtual void  InputUpdateFromSolution(double* solution)=0;
     27                virtual void  InputUpdateFromIoModel(int index, IoModel* iomodel)=0;
    2728
    2829};
Note: See TracChangeset for help on using the changeset viewer.