Changeset 9392
- Timestamp:
- 08/23/11 13:26:42 (14 years ago)
- Location:
- issm/trunk/src/c/objects/Elements
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Elements/Penta.cpp
r9384 r9392 4495 4495 _error_("response %s not supported yet",EnumToStringx(responses[resp])); 4496 4496 } 4497 xfree((void**)&responses); 4497 4498 } 4498 4499 /*}}}*/ … … 5259 5260 5260 5261 /*DatasetInputs*/ 5261 if ( iomodel->f(WeightsEnum)) {5262 if (control_analysis && iomodel->f(WeightsEnum)) { 5262 5263 5263 5264 /*Create inputs and add to DataSetInput*/ -
issm/trunk/src/c/objects/Elements/Tria.cpp
r9380 r9392 2742 2742 _error_("response %s not supported yet",EnumToStringx(responses[resp])); 2743 2743 } 2744 2745 xfree((void**)&responses); 2744 2746 } 2745 2747 /*}}}*/ … … 3332 3334 3333 3335 /*DatasetInputs*/ 3334 if (control_analysis ){3336 if (control_analysis && iomodel->f(WeightsEnum)){ 3335 3337 3336 3338 /*Create inputs and add to DataSetInput*/
Note:
See TracChangeset
for help on using the changeset viewer.