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 f0f8835 commit 16782afCopy full SHA for 16782af
src/XCFunctional.hpp
@@ -31,7 +31,7 @@ struct XCFunctional {
31
int depends{0}; // XC_DENSITY, gradient etc
32
xcfun_mode mode{XC_MODE_UNSET};
33
xcfun_vars vars{XC_VARS_UNSET};
34
- std::array<functional_data *, XC_NR_FUNCTIONALS> active_functionals{nullptr};
+ std::array<functional_data *, XC_NR_FUNCTIONALS> active_functionals{{nullptr}};
35
std::array<double, XC_NR_PARAMETERS_AND_FUNCTIONALS> settings;
36
};
37
0 commit comments