Changeset 446
- Timestamp:
- 05/15/09 12:37:48 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/parallel/CreateFemModel.cpp
r117 r446 34 34 _printf_(" fill model with matlab workspace data\n"); 35 35 ModelInit(&model,MODEL); 36 37 _printf(" specifying analysis\n"); 38 model->analysis_type=xmalloc((strlen(analysis_type)+1)*sizeof(char)); strcpy(model->analysis_type,analysis_type); 36 39 37 40 _printf_(" create elements, nodes and materials:\n");
Note:
See TracChangeset
for help on using the changeset viewer.