Changeset 14932
- Timestamp:
- 05/06/13 15:02:49 (12 years ago)
- Location:
- issm/trunk-jpl/src/c
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/dakota/DakotaPlugin.cpp
r14915 r14932 71 71 variable_descriptors=xNew<char*>(numACV); 72 72 for(i=0;i<numACV;i++){ 73 st ring label=xCLabels[i];73 std::string label=xCLabels[i]; 74 74 variable_descriptor=xNew<char>(strlen(label.c_str())+1); 75 75 memcpy(variable_descriptor,label.c_str(),(strlen(label.c_str())+1)*sizeof(char)); -
issm/trunk-jpl/src/c/modules/Scotchx/Scotchx.h
r13623 r14932 17 17 #include <stdio.h> 18 18 #include <string.h> 19 20 19 #include "../../Container/Container.h" 21 20 #include "../../classes/objects/objects.h"
Note:
See TracChangeset
for help on using the changeset viewer.