Skip to content

Commit

Permalink
BUGFIX: Adjust resolution when --loadcsrefinementmap is used in conju…
Browse files Browse the repository at this point in the history
…nction with LOWCONN template
  • Loading branch information
paullric committed May 24, 2024
1 parent 4a0ff60 commit 92fa4c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SQuadGen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ int main(int argc, char** argv) {
}

// Check for odd resolution
if ((strRefineFile != "") || (strRefineRect != "")) {
if ((strRefineFile != "") || (strRefineRect != "") || fLoadCSRefinementMap) {
if ((strRefineType == "LOWCONN") || (strRefineType == "LOWCONNOLD")) {
if ((nResolution % 2) == 1) {
_EXCEPTIONT("\nERROR: "
Expand Down

0 comments on commit 92fa4c9

Please sign in to comment.