Ignore:
Timestamp:
08/20/13 14:50:44 (12 years ago)
Author:
seroussi
Message:

CHG: moved some modules back to src/modules and simplified some prototypes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/modules/InputUpdateFromMatrixDakotax/InputUpdateFromMatrixDakotax.h

    r15000 r15849  
    99
    1010/* local prototypes: */
    11 void InputUpdateFromMatrixDakotax( Elements* elements,Nodes* nodes, Vertices* vertices, Loads* loads, Materials* materials, Parameters* parameters,double* matrix,int nrows,int ncols, int name, int type);
     11void InputUpdateFromMatrixDakotax(FemModel* femmodel,double* matrix,int nrows,int ncols, int name, int type);
    1212
    1313#endif  /* _UPDATEINPUTSFROMMATRIXDAKOTAXX_H */
Note: See TracChangeset for help on using the changeset viewer.