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 9e36edd commit 7ba2edbCopy full SHA for 7ba2edb
.gitignore
@@ -1,4 +1,6 @@
1
build*
2
install*
3
cmake/blt*
4
-.vscode*
+.vscode*
5
+.DS_Store
6
+src/.DS_Store
src/reactions/geochemistry/GeochemicalSystems.hpp
@@ -4,6 +4,8 @@
#include "Ultramafics.hpp"
#include "Forge.hpp"
7
+#include <variant>
8
+
9
namespace hpcReact
10
{
11
0 commit comments