Skip to content

Commit 21d1f7b

Browse files
committed
Swap colors.
1 parent 5e1a530 commit 21d1f7b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

sctrace.pjs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,9 @@ void setup() {
112112
N[1] = int(80 / MULT);
113113

114114
H = new float[D];
115-
H[0] = 55;
116-
H[1] = 11;
117-
115+
H[0] = 11;
116+
H[1] = 55;
117+
118118
XLOC = new float[D];
119119
XLOC[0] = 0.25*width;
120120
XLOC[1] = 0.75*width;

0 commit comments

Comments
 (0)