Changeset 11995 for issm/trunk/src/c/objects/Vertex.h
- Timestamp:
- 04/16/12 14:57:18 (13 years ago)
- Location:
- issm/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk
- Property svn:ignore
-
old new 7 7 config.status 8 8 configure 9 doxygen10 9 ISSM.paf 11 10 ISSM.ppf 12 11 ISSM.ppf_cache 13 12 libtool 14 list15 13 Makefile 16 14 Makefile.in
-
- Property svn:mergeinfo changed
- Property svn:ignore
-
issm/trunk/src/c/objects/Vertex.h
r11527 r11995 10 10 #include "./Object.h" 11 11 class IoModel; 12 class Vector; 13 class Parameters; 12 14 #include "../shared/Exceptions/exceptions.h" 13 15 #include "../toolkits/toolkits.h" … … 63 65 int Sid(void); 64 66 int Connectivity(void); 65 void UpdatePosition(Vec vz,Parameters* parameters,double* thickness,double* bed);67 void UpdatePosition(Vector* vz,Parameters* parameters,double* thickness,double* bed); 66 68 /*}}}*/ 67 69 };
Note:
See TracChangeset
for help on using the changeset viewer.