Changeset 13975 for issm/trunk/src/c/modules/ModelProcessorx/DiagnosticHutter/CreateLoadsDiagnosticHutter.cpp
- Timestamp:
- 11/16/12 08:10:16 (12 years ago)
- Location:
- issm/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk
- Property svn:mergeinfo changed
/issm/trunk-jpl merged: 13397-13398,13401,13407-13582,13584-13974
- Property svn:mergeinfo changed
-
issm/trunk/src
- Property svn:mergeinfo changed
-
issm/trunk/src/c/modules/ModelProcessorx/DiagnosticHutter/CreateLoadsDiagnosticHutter.cpp
r13395 r13975 13 13 void CreateLoadsDiagnosticHutter(Loads** ploads, IoModel* iomodel){ 14 14 15 /*DataSet*/16 Loads* loads=NULL;17 18 15 /*Recover pointer: */ 19 loads=*ploads;16 Loads* loads=*ploads; 20 17 21 18 /*Create loads if they do not exist yet*/ 22 19 if(!loads) loads = new Loads(); 23 20 24 21 /*Assign output pointer: */ 25 22 *ploads=loads;
Note:
See TracChangeset
for help on using the changeset viewer.