- Timestamp:
- 08/20/12 17:39:30 (13 years ago)
- Location:
- issm/branches/trunk-jpl-damage
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/branches/trunk-jpl-damage
- Property svn:ignore
-
old new 1 projects 1 2 autom4te.cache 2 3 aclocal.m4
-
- Property svn:mergeinfo changed
/issm/trunk-jpl merged: 12948-13099
- Property svn:ignore
-
issm/branches/trunk-jpl-damage/src/c/modules/MaxVxx/MaxVxx.cpp
r12168 r13101 9 9 #include "../../EnumDefinitions/EnumDefinitions.h" 10 10 11 void MaxVxx( double* pmaxvx, Elements* elements,Nodes* nodes, Vertices* vertices, Loads* loads, Materials* materials,Parameters* parameters,bool process_units){11 void MaxVxx( IssmDouble* pmaxvx, Elements* elements,Nodes* nodes, Vertices* vertices, Loads* loads, Materials* materials,Parameters* parameters,bool process_units){ 12 12 13 13 int i; 14 double maxvx;15 double node_maxvx;16 double element_maxvx;14 IssmDouble maxvx; 15 IssmDouble node_maxvx; 16 IssmDouble element_maxvx; 17 17 18 18 /*Go through elements, and request velocity: */
Note:
See TracChangeset
for help on using the changeset viewer.