We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b77423a commit bf6a258Copy full SHA for bf6a258
src/reactions/bulkGeneric/Parameters.hpp
@@ -5,6 +5,7 @@
5
6
#include <stdexcept>
7
#include <string>
8
+#include <utility>
9
10
namespace hpcReact
11
{
@@ -62,7 +63,7 @@ EquilibriumReactionsParameters( RealType const (&stoichiometricMatrix)[numReacti
62
63
m_stoichiometricMatrix{ stoichiometricMatrix[RxS/numSpecies][RxS%numSpecies]... },
64
m_equilibriumConstant{ equilibriumConstant[R]... }
65
{}
-
66
+
67
#if defined(__GNUC__) || defined(__clang__)
68
#pragma GCC diagnostic pop
69
#elif defined(_MSC_VER)
0 commit comments