Changeset 2335


Ignore:
Timestamp:
09/28/09 07:46:28 (16 years ago)
Author:
Eric.Larour
Message:

Fixed bug that prevented strings to be correctly fetched

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/io/FetchParams.cpp

    r2333 r2335  
    111111                       
    112112                        /* string: */
    113                         param= new Param(count+1,"name",STRING);
     113                        param= new Param(count+1,name,STRING);
    114114                        param->SetString((char*)mxGetChars(pfield));
    115115                        parameters->AddObject(param);
Note: See TracChangeset for help on using the changeset viewer.