- Timestamp:
- 04/16/12 16:06:52 (13 years ago)
- Location:
- issm/branches/trunk-jpl-damage
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/branches/trunk-jpl-damage
- Property svn:mergeinfo changed
/issm/trunk-jpl merged: 11709,11711-11769,11771-11777,11780-11782,11784-11800,11803-11983,11986-11989
- Property svn:mergeinfo changed
-
issm/branches/trunk-jpl-damage/src/mex
- Property svn:ignore
-
old new 1 __pycache__ 1 2 Makefile 2 3 .ignore.txt
-
- Property svn:ignore
-
issm/branches/trunk-jpl-damage/src/mex/DakotaResponses/DakotaResponses.cpp
r9650 r12004 31 31 32 32 /*Input datasets: */ 33 Fetch MatlabData((DataSet**)&elements,ELEMENTSIN);34 Fetch MatlabData((DataSet**)&nodes,NODESIN);35 Fetch MatlabData((DataSet**)&vertices,VERTICESIN);36 Fetch MatlabData((DataSet**)&loads,LOADSIN);37 Fetch MatlabData((DataSet**)&materials,MATERIALSIN);38 Fetch MatlabData(¶meters,PARAMETERSIN);33 FetchData((DataSet**)&elements,ELEMENTSIN); 34 FetchData((DataSet**)&nodes,NODESIN); 35 FetchData((DataSet**)&vertices,VERTICESIN); 36 FetchData((DataSet**)&loads,LOADSIN); 37 FetchData((DataSet**)&materials,MATERIALSIN); 38 FetchData(¶meters,PARAMETERSIN); 39 39 40 40 /*number of responses: */ … … 64 64 65 65 /*write output datasets: */ 66 Write MatlabData(RESPONSES,responses,numresponses);66 WriteData(RESPONSES,responses,numresponses); 67 67 68 68 /*Free ressources: */
Note:
See TracChangeset
for help on using the changeset viewer.