Changeset 9338


Ignore:
Timestamp:
08/12/11 16:32:33 (14 years ago)
Author:
Eric.Larour
Message:

extra s

Location:
issm/trunk/src/c/objects
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk/src/c/objects/DakotaPlugin.cpp

    r9336 r9338  
    7878                string label=xCLabels[i];
    7979                variable_descriptor=(char*)xmalloc((strlen(label.c_str())+1)*sizeof(char));
    80                 memcpy(variable_descriptors,label.c_str(),(strlen(label.c_str())+1)*sizeof(char));
     80                memcpy(variable_descriptor,label.c_str(),(strlen(label.c_str())+1)*sizeof(char));
    8181
    8282               
  • TabularUnified issm/trunk/src/c/objects/IoModel.h

    r9291 r9338  
    1313
    1414        public:
    15 
    1615                /*Data: {{{1*/
    1716                char*   name;
    18                 char*     inputfilename;
    19                 char*     outputfilename;
     17                char*   inputfilename;
     18                char*   outputfilename;
    2019                char*   repository;
    2120                int     dim;
Note: See TracChangeset for help on using the changeset viewer.