Skip to content

Commit

Permalink
stupid ';'
Browse files Browse the repository at this point in the history
  • Loading branch information
hahahasan committed Jan 25, 2022
1 parent 13c57a8 commit 5941364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hermes-2.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -919,7 +919,7 @@ int Hermes::init(bool restarting) {
}

if (revCurlb_B) {
Curlb_B = -1.0 * Curlb_B
Curlb_B = -1.0 * Curlb_B;
}

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

0 comments on commit 5941364

Please sign in to comment.