- Timestamp:
- 12/08/20 08:45:53 (4 years ago)
- Location:
- issm/trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk
- Property svn:mergeinfo changed
-
issm/trunk/src
- Property svn:mergeinfo changed
-
issm/trunk/src/c
- Property svn:ignore
-
old new 23 23 issm_ocean 24 24 issm_dakota 25 issm_post
-
- Property svn:ignore
-
issm/trunk/src/c/modules/GetVectorFromInputsx/GetVectorFromInputsx.h
r23189 r25836 1 1 /*!\file: GetVectorFromInputsx.h 2 */ 2 */ 3 3 4 4 #ifndef _GETVECTORFROMINPUTSXX_H … … 8 8 9 9 /* local prototypes: */ 10 void GetVectorFromInputsx( Vector<IssmDouble>** pvector,FemModel* femmodel,int name,int type); 11 void GetVectorFromInputsx( IssmDouble** pvector,FemModel* femmodel,int name,int type); 10 void GetVectorFromInputsx(Vector<IssmDouble>** pvector,FemModel* femmodel,int name,int type); 11 void GetVectoronBaseFromInputsx(Vector<IssmDouble>** pvector,FemModel* femmodel,int name,int type); 12 void GetVectorFromInputsx(Vector<IssmDouble>** pvector,FemModel* femmodel,int name,int type,IssmDouble time); 13 void GetVectorFromInputsx(IssmDouble** pvector,FemModel* femmodel,int name,int type); 14 void GetVectoronBaseFromInputsx(IssmDouble** pvector,FemModel* femmodel,int name,int type); 12 15 void GetVectorFromInputsx(IssmDouble** pvector,int* pvector_size, FemModel* femmodel,int name); 13 void GetVectorFromInputsx(Vector<IssmDouble>** pvector,FemModel* femmodel,int name,int type,IssmDouble time); 16 14 17 15 18 #endif /* _GETVECTORFROMINPUTSXX_H */
Note:
See TracChangeset
for help on using the changeset viewer.