Changeset 8565
- Timestamp:
- 06/08/11 14:13:11 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/Container/Options.cpp
r8536 r8565 239 239 for (i=0; i<option->NumEl(); i++) { 240 240 option2=((Option *)options->GetObjectByOffset(i)); 241 if(option2->Enum()==OptionCharEnum && option2->NDims()==2)241 if(option2->Enum()==OptionCharEnum) 242 242 option2->Get(&((*ppvalue)[i])); 243 243 else … … 245 245 } 246 246 } 247 } 248 /*If the object is a Char, copy the strings from its concatenation*/ 249 else if(option->Enum()==OptionCharEnum){ 250 option->Get(ppvalue,numel); 247 251 } 248 252 /*Else: not supported*/
Note:
See TracChangeset
for help on using the changeset viewer.