source: issm/oecreview/Archive/21337-21723/ISSM-21558-21559.diff@ 21726

Last change on this file since 21726 was 21726, checked in by Mathieu Morlighem, 8 years ago

CHG added Archive/21337-21723

File size: 830 bytes
  • ../trunk-jpl/src/c/classes/Elements/Element.cpp

     
    20392039                                        IssmDouble enthalpy[6];
    20402040                                        GetInputListOnVertices(&enthalpy[0],EnthalpyEnum);
    20412041                                        ThermalToEnthalpy(&enthalpy[3],yearlytemperatures[3],0.,0.);
    2042                                         ThermalToEnthalpy(&enthalpy[4],yearlytemperatures[3],0.,0.);
    2043                                         ThermalToEnthalpy(&enthalpy[5],yearlytemperatures[3],0.,0.);
     2042                                        ThermalToEnthalpy(&enthalpy[4],yearlytemperatures[4],0.,0.);
     2043                                        ThermalToEnthalpy(&enthalpy[5],yearlytemperatures[5],0.,0.);
     2044                                        printarray(enthalpy,1,6);
    20442045                                        this->inputs->AddInput(new PentaInput(EnthalpyEnum,&enthalpy[0],P1Enum));
    20452046                                }
    20462047                        }
Note: See TracBrowser for help on using the repository browser.