We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7782ab commit 657ec3dCopy full SHA for 657ec3d
tests/include/VariableFramework.hpp
@@ -93,7 +93,7 @@ class VariableFramework: public testing::Test {
93
void SetUp() override {
94
if (theVars == nullptr) {
95
#ifdef SUNDIALS_CONTEXT_REQUIRED
96
- if (SUNContext_Create(0, &context) < 0) {
+ if (SUNContext_Create(SUN_COMM_NULL, &context) < 0) {
97
throw std::runtime_error("SUNContext_Create failed");
98
}
99
theVars = new Variables(&context);
0 commit comments