Changeset 11995 for issm/trunk/src/mex/SpcNodes/SpcNodes.cpp
- Timestamp:
- 04/16/12 14:57:18 (13 years ago)
- Location:
- issm/trunk
- Files:
-
- 3 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/mex
- Property svn:ignore
-
old new 1 __pycache__ 1 2 Makefile 2 3 .ignore.txt
-
- Property svn:ignore
-
issm/trunk/src/mex/SpcNodes/SpcNodes.cpp
r9002 r11995 21 21 22 22 /*Input datasets: */ 23 Fetch MatlabData((DataSet**)&nodes,NODESIN);24 Fetch MatlabData((DataSet**)&constraints,CONSTRAINTS);25 Fetch MatlabData(¶meters,PARAMETERS);26 Fetch MatlabData(&analysis_type,ANALYSISTYPE);23 FetchData((DataSet**)&nodes,NODESIN); 24 FetchData((DataSet**)&constraints,CONSTRAINTS); 25 FetchData(¶meters,PARAMETERS); 26 FetchData(&analysis_type,ANALYSISTYPE); 27 27 28 28 /*!Generate internal degree of freedom numbers: */ … … 30 30 31 31 /*write output datasets: */ 32 Write MatlabData(NODES,nodes);32 WriteData(NODES,nodes); 33 33 34 34 /*Free ressources: */
Note:
See TracChangeset
for help on using the changeset viewer.