Ignore:
Timestamp:
09/11/13 14:22:13 (12 years ago)
Author:
Mathieu Morlighem
Message:

CHG: cleaning up Node that is not an Update object anymore, and removed unused InputUpdateFromVector functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/Update.h

    r13634 r16125  
    1515
    1616                virtual void  InputUpdateFromVector(IssmDouble* vector, int name, int type)=0;
    17                 virtual void  InputUpdateFromVector(int* vector, int name, int type)=0;
    18                 virtual void  InputUpdateFromVector(bool* vector, int name, int type)=0;
    1917                #ifdef _HAVE_DAKOTA_
    2018                virtual void  InputUpdateFromMatrixDakota(IssmDouble* matrix, int rows, int ncols, int name, int type)=0;
    2119                virtual void  InputUpdateFromVectorDakota(IssmDouble* vector, int name, int type)=0;
    22                 virtual void  InputUpdateFromVectorDakota(int* vector, int name, int type)=0;
    23                 virtual void  InputUpdateFromVectorDakota(bool* vector, int name, int type)=0;
    2420                #endif
    2521                virtual void  InputUpdateFromConstant(IssmDouble constant, int name)=0;
Note: See TracChangeset for help on using the changeset viewer.