Changeset 9338
- Timestamp:
- 08/12/11 16:32:33 (14 years ago)
- Location:
- issm/trunk/src/c/objects
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk/src/c/objects/DakotaPlugin.cpp ¶
r9336 r9338 78 78 string label=xCLabels[i]; 79 79 variable_descriptor=(char*)xmalloc((strlen(label.c_str())+1)*sizeof(char)); 80 memcpy(variable_descriptor s,label.c_str(),(strlen(label.c_str())+1)*sizeof(char));80 memcpy(variable_descriptor,label.c_str(),(strlen(label.c_str())+1)*sizeof(char)); 81 81 82 82 -
TabularUnified issm/trunk/src/c/objects/IoModel.h ¶
r9291 r9338 13 13 14 14 public: 15 16 15 /*Data: {{{1*/ 17 16 char* name; 18 char* 19 char* 17 char* inputfilename; 18 char* outputfilename; 20 19 char* repository; 21 20 int dim;
Note:
See TracChangeset
for help on using the changeset viewer.