You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
double e = hfphi[0] * fl + hfphi[1] * fa + hfphi[2] * fb;
should happen outside that function:
-we can pass hphi instead of phi to that function
-the actual interpolation used in PFM is a three argument function
The text was updated successfully, but these errors were encountered:
This interpolation
Thermo4PFM/src/CALPHADFreeEnergyFunctionsBinaryThreePhase.cc
Line 419 in 5d1ede0
should happen outside that function:
-we can pass hphi instead of phi to that function
-the actual interpolation used in PFM is a three argument function
The text was updated successfully, but these errors were encountered: