Skip to content

Commit d2754aa

Browse files
committed
#2012 #2545 HASL bug fix
1 parent 2857409 commit d2754aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/VASL/build/module/ASLMap.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -868,7 +868,7 @@ else if (toplefthexwidth.contains("HalfHexWidth")) {
868868
}
869869

870870
}
871-
if (!(!(vaslboards.get(0) == null)) && b.equals(vaslboards.get(0))) { // error handling issue#2012
871+
if ((!(vaslboards.get(0) == null)) && b.equals(vaslboards.get(0))) { // error handling issue#2012
872872
if (toplefthexheight.contains("Offset")) {
873873
passA1centery = toplefthexheight.contains("HalfHeight") ? (b.getA1CenterY() - b.getHexHeight() /2) : b.getA1CenterY();
874874
} else {

0 commit comments

Comments
 (0)