There was an error while loading. Please reload this page.
1 parent 9cba84b commit 3fdab2dCopy full SHA for 3fdab2d
1 file changed
src/fluid/showConfig.hpp
@@ -60,7 +60,7 @@ void Fluid<Phys>::ShowConfig() {
60
<< ": Ohmic resistivity ENABLED with user-defined resistivity function."
61
<< std::endl;
62
if(!ohmicDiffusivityFunc) {
63
- IDEFIX_ERROR("No user-defined Ihmic resistivity function has been enrolled.");
+ IDEFIX_ERROR("No user-defined Ohmic resistivity function has been enrolled.");
64
}
65
} else {
66
IDEFIX_ERROR("Unknown Ohmic resistivity mode");
0 commit comments