Changeset 8926 for issm/trunk/src/c/modules/ModelProcessorx/DiagnosticHutter/CreateConstraintsDiagnosticHutter.cpp
- Timestamp:
- 07/12/11 16:28:11 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk/src/c/modules/ModelProcessorx/DiagnosticHutter/CreateConstraintsDiagnosticHutter.cpp ΒΆ
r8823 r8926 31 31 32 32 /*Fetch data: */ 33 IoModelFetchData(&iomodel->spcvx,NULL,NULL,iomodel_handle, "spcvx");34 IoModelFetchData(&iomodel->spcvy,NULL,NULL,iomodel_handle, "spcvy");35 IoModelFetchData(&iomodel->nodeonhutter,NULL,NULL,iomodel_handle, "nodeonhutter");33 IoModelFetchData(&iomodel->spcvx,NULL,NULL,iomodel_handle,SpcvxEnum); 34 IoModelFetchData(&iomodel->spcvy,NULL,NULL,iomodel_handle,SpcvyEnum); 35 IoModelFetchData(&iomodel->nodeonhutter,NULL,NULL,iomodel_handle,NodeOnHutterEnum); 36 36 37 37 /*Initialize conunter*/
Note:
See TracChangeset
for help on using the changeset viewer.