Skip to content

Commit e901104

Browse files
committed
geochme system seems to work.
1 parent a4384a6 commit e901104

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set( hpcReact_headers
33
common/macros.hpp
44
common/CArrayWrapper.hpp
5-
reactions/exampleSystems/GenericSystems.hpp
5+
reactions/exampleSystems/BulkGeneric.hpp
66
reactions/geochemistry/GeochemicalSystems.hpp
77
reactions/geochemistry/Carbonate.hpp
88
reactions/geochemistry/Ultramafics.hpp

src/reactions/exampleSystems/BulkGeneric.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ namespace bulkGeneric
3434
// um1Constants };
3535

3636

37-
using simpleKineticTestType = MixedReactionsParameters< double, int, int, 5, 2, 0 >;
37+
using simpleKineticTestType = reactionsSystems::MixedReactionsParameters< double, int, int, 5, 2, 0 >;
3838

3939
constexpr
4040
simpleKineticTestType

src/reactions/exampleSystems/unitTests/testKineticReactions.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
#include "reactions/unitTestUtilities/kineticReactionsTestUtilities.hpp"
3-
#include "../GenericSystems.hpp"
3+
#include "../BulkGeneric.hpp"
44

55
#include <gtest/gtest.h>
66

src/reactions/geochemistry/unitTests/testGeochemicalMixedReactions.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ TEST( testMixedReactions, testTimeStep_carbonateSystem )
4040
};
4141

4242
timeStepTest< double, true >( carbonateSystem,
43-
0.2,
43+
1.0e-8,
4444
10,
4545
initialAggregateSpeciesConcentration,
4646
surfaceArea,

0 commit comments

Comments
 (0)