We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2857409 commit d2754aaCopy full SHA for d2754aa
1 file changed
src/VASL/build/module/ASLMap.java
@@ -868,7 +868,7 @@ else if (toplefthexwidth.contains("HalfHexWidth")) {
868
}
869
870
871
- if (!(!(vaslboards.get(0) == null)) && b.equals(vaslboards.get(0))) { // error handling issue#2012
+ if ((!(vaslboards.get(0) == null)) && b.equals(vaslboards.get(0))) { // error handling issue#2012
872
if (toplefthexheight.contains("Offset")) {
873
passA1centery = toplefthexheight.contains("HalfHeight") ? (b.getA1CenterY() - b.getHexHeight() /2) : b.getA1CenterY();
874
} else {
0 commit comments