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