Removed unnecessary use of mdp_copy_dbl_1 from ThermoPhase
This commit is contained in:
parent
7d79b30c27
commit
61917052d4
1 changed files with 1 additions and 2 deletions
|
|
@ -8,7 +8,6 @@
|
|||
// Copyright 2002 California Institute of Technology
|
||||
|
||||
#include "cantera/thermo/ThermoPhase.h"
|
||||
#include "cantera/base/mdp_allo.h"
|
||||
#include "cantera/base/stringUtils.h"
|
||||
#include "cantera/thermo/ThermoFactory.h"
|
||||
|
||||
|
|
@ -879,7 +878,7 @@ void ThermoPhase::getdlnActCoeffdlnN_numderiv(const size_t ld, doublereal* const
|
|||
* Revert to the base case Xmol_, v_totalMoles
|
||||
*/
|
||||
v_totalMoles = TMoles_base;
|
||||
mdp::mdp_copy_dbl_1(DATA_PTR(Xmol), DATA_PTR(Xmol_Base), (int) m_kk);
|
||||
Xmol = Xmol_Base;
|
||||
}
|
||||
/*
|
||||
* Go get base values for the activity coefficients.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue