- Timestamp:
- 04/22/13 09:38:21 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/objects/Loads/Numericalflux.cpp
r13925 r14688 131 131 //intialize and add as many inputs per element as requested: 132 132 this->inputs=new Inputs(); 133 this->inputs->AddInput(new IntInput( TypeEnum,numericalflux_type));133 this->inputs->AddInput(new IntInput(NumericalfluxTypeEnum,numericalflux_type)); 134 134 135 135 //this->parameters: we still can't point to it, it may not even exist. Configure will handle this. … … 309 309 310 310 int type; 311 inputs->GetInputValue(&type, TypeEnum);311 inputs->GetInputValue(&type,NumericalfluxTypeEnum); 312 312 _assert_(sidlist); 313 313 _assert_(nodes); … … 329 329 330 330 int type; 331 inputs->GetInputValue(&type, TypeEnum);331 inputs->GetInputValue(&type,NumericalfluxTypeEnum); 332 332 333 333 switch(type){ … … 426 426 427 427 int type; 428 inputs->GetInputValue(&type, TypeEnum);428 inputs->GetInputValue(&type,NumericalfluxTypeEnum); 429 429 430 430 switch(type){ … … 579 579 580 580 int type; 581 inputs->GetInputValue(&type, TypeEnum);581 inputs->GetInputValue(&type,NumericalfluxTypeEnum); 582 582 583 583 switch(type){ … … 730 730 731 731 int type; 732 inputs->GetInputValue(&type, TypeEnum);732 inputs->GetInputValue(&type,NumericalfluxTypeEnum); 733 733 734 734 switch(type){ … … 762 762 763 763 int type; 764 inputs->GetInputValue(&type, TypeEnum);764 inputs->GetInputValue(&type,NumericalfluxTypeEnum); 765 765 766 766 switch(type){ … … 856 856 857 857 int type; 858 inputs->GetInputValue(&type, TypeEnum);858 inputs->GetInputValue(&type,NumericalfluxTypeEnum); 859 859 860 860 switch(type){
Note:
See TracChangeset
for help on using the changeset viewer.