Changeset 4413
- Timestamp:
- 07/06/10 11:57:52 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Loads/Friction.cpp
r4236 r4413 34 34 this->inputs=inputs_in; 35 35 this->element_type=(char*)xmalloc((strlen(element_type_in)+1)*sizeof(char)); 36 strcpy(this->element_type,element_type );36 strcpy(this->element_type,element_type_in); 37 37 this->matpar=matpar_in; 38 38
Note:
See TracChangeset
for help on using the changeset viewer.