Skip to content

Commit 6d0282a

Browse files
committed
fix gcc error
1 parent 3a687e5 commit 6d0282a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reactions/geochemistry/Ultramafics.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ constexpr CArrayWrapper<int, 21> mobileSpeciesFlag =
151151
1, // Mg3Si2O5(OH)4 + 6H+ = 3Mg++ + 2SiO2(aq) + 5H2O
152152
1 // Mg(OH)2 + 2H+ = Mg++ + 2H2O
153153
};
154-
};
154+
}
155155

156156
using ultramaficSystemAllKineticType = reactionsSystems::MixedReactionsParameters< double, int, int, 25, 21, 0 >;
157157
using ultramaficSystemAllEquilibriumType = reactionsSystems::MixedReactionsParameters< double, int, int, 25, 21, 21 >;

0 commit comments

Comments
 (0)