Changeset 1822
- Timestamp:
- 08/24/09 17:44:53 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/parallel/CreateFemModel.cpp
r1784 r1822 29 29 30 30 /*intermediary: */ 31 Model* model=NULL;31 IoModel* model=NULL; 32 32 33 33 34 34 _printf_(" fill model with matlab workspace data\n"); 35 ModelInit(&model,MODEL);35 IoModelInit(&model,MODEL); 36 36 37 37 _printf_(" specifying analysis\n"); … … 71 71 72 72 _printf_(" free ressources:\n"); 73 Delete Model(&model);73 DeleteIoModel(&model); 74 74 75 75 /*Assign output pointers:*/
Note:
See TracChangeset
for help on using the changeset viewer.