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

Maybe this makes m assignable?

parent 63baa399
No related branches found
No related tags found
No related merge requests found
......@@ -129,7 +129,7 @@ template <typename TCType, typename PCType, typename AcentricType>
auto canonical_PR(TCType Tc_K, PCType pc_K, AcentricType acentric) {
double Delta1 = 1+sqrt(2);
double Delta2 = 1-sqrt(2);
auto m = acentric*0.0;
AcentricType m = acentric*0.0;
std::vector<AlphaFunctionOptions> alphas;
for (auto i = 0; i < Tc_K.size(); ++i) {
if (acentric[i] < 0.491) {
......
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