Skip to content
Snippets Groups Projects
Commit 8d928c68 authored by Ian Bell's avatar Ian Bell
Browse files

One more std::sqrt

parent 2f3fef31
No related branches found
No related tags found
No related merge requests found
......@@ -68,6 +68,8 @@ inline auto get_DeltaAB_pure(radial_dist dist, double epsABi, double betaABi, BT
template<typename BType, typename TType, typename RhoType, typename VecType>
inline auto XA_calc_pure(int N_sites, association_classes scheme, double epsABi, double betaABi, const BType b_cubic, const TType RT, const RhoType rhomolar, const VecType& molefrac) {
using std::sqrt;
// Matrix XA(A, j) that contains all of the fractions of sites A not bonded to other active sites for each molecule i
// Start values for the iteration(set all sites to non - bonded, = 1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment