Changeset 2335
- Timestamp:
- 09/28/09 07:46:28 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/io/FetchParams.cpp
r2333 r2335 111 111 112 112 /* string: */ 113 param= new Param(count+1, "name",STRING);113 param= new Param(count+1,name,STRING); 114 114 param->SetString((char*)mxGetChars(pfield)); 115 115 parameters->AddObject(param);
Note:
See TracChangeset
for help on using the changeset viewer.