Skip to content

Commit 5941364

Browse files
committed
stupid ';'
1 parent 13c57a8 commit 5941364

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hermes-2.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -919,7 +919,7 @@ int Hermes::init(bool restarting) {
919919
}
920920

921921
if (revCurlb_B) {
922-
Curlb_B = -1.0 * Curlb_B
922+
Curlb_B = -1.0 * Curlb_B;
923923
}
924924

925925
if (Options::root()["mesh"]["paralleltransform"].as<std::string>() == "shifted") {

0 commit comments

Comments
 (0)