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

Even less auto

parent bc917cb8
No related branches found
No related tags found
No related merge requests found
......@@ -222,7 +222,7 @@ public:
}
}
template<typename VecType>
auto max_rhoN(double T, const VecType& mole_fractions) {
double max_rhoN(double T, const VecType& mole_fractions) {
auto N = mole_fractions.size();
Eigen::ArrayX<decltype(T)> d(N);
for (auto i = 0; i < N; ++i) {
......
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