- 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
-
TabularUnified
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
-
TabularUnified issm/branches/trunk-jpl-damage/src/c/modules/CostFunctionx/CostFunctionx.cpp ¶
r12878 r13101 11 11 #include "../Responsex/Responsex.h" 12 12 13 void CostFunctionx( double* pJ, Elements* elements,Nodes* nodes, Vertices* vertices, Loads* loads, Materials* materials,Parameters* parameters){13 void CostFunctionx(IssmDouble* pJ, Elements* elements,Nodes* nodes, Vertices* vertices, Loads* loads, Materials* materials,Parameters* parameters){ 14 14 15 15 /*Intermediary*/ 16 16 int i; 17 17 int num_responses; 18 double S;19 18 Element *element = NULL; 20 19 int *responses = NULL; 21 20 22 21 /*output: */ 23 double J,Jplus;22 IssmDouble J,Jplus; 24 23 25 24 /*Recover parameters*/
Note:
See TracChangeset
for help on using the changeset viewer.