Last change
on this file since 22755 was 22755, checked in by Mathieu Morlighem, 7 years ago |
CHG: added 21724-22754
|
File size:
830 bytes
|
Rev | Line | |
---|
[22755] | 1 | Index: ../trunk-jpl/src/c/cores/levelsetfunctionslope_core.cpp
|
---|
| 2 | ===================================================================
|
---|
| 3 | --- ../trunk-jpl/src/c/cores/levelsetfunctionslope_core.cpp (revision 22542)
|
---|
| 4 | +++ ../trunk-jpl/src/c/cores/levelsetfunctionslope_core.cpp (revision 22543)
|
---|
| 5 | @@ -35,18 +35,4 @@
|
---|
| 6 | femmodel->parameters->SetParam(LevelsetfunctionSlopeXEnum,InputToExtrudeEnum);
|
---|
| 7 | extrudefrombase_core(femmodel);
|
---|
| 8 | }
|
---|
| 9 | -
|
---|
| 10 | - if(save_results){
|
---|
| 11 | - if(VerboseSolution()) _printf0_("saving results:\n");
|
---|
| 12 | - if(domaintype!=Domain2DverticalEnum){
|
---|
| 13 | - int outputs[2] = {LevelsetfunctionSlopeXEnum,LevelsetfunctionSlopeYEnum};
|
---|
| 14 | - femmodel->RequestedOutputsx(&femmodel->results,&outputs[0],2);
|
---|
| 15 | -
|
---|
| 16 | - }
|
---|
| 17 | - else{
|
---|
| 18 | - int outputs = LevelsetfunctionSlopeXEnum;
|
---|
| 19 | - femmodel->RequestedOutputsx(&femmodel->results,&outputs,1);
|
---|
| 20 | - }
|
---|
| 21 | - }
|
---|
| 22 | -
|
---|
| 23 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.