Commit abc3508
committed
Fix Fypp chemistry flag evaluation by setting it locally
Move chemistry flag evaluation inside the HANDLE_SOURCES loop to ensure
it's correctly set to 0/1 (not False/True strings) for Fypp preprocessing.
This fixes the issue where Fypp was receiving chemistry=False instead of
chemistry=0, causing it to incorrectly evaluate the flag as truthy.1 parent b017821 commit abc3508
1 file changed
+8
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
366 | 366 | | |
367 | 367 | | |
368 | 368 | | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
369 | 376 | | |
370 | 377 | | |
371 | 378 | | |
| |||
377 | 384 | | |
378 | 385 | | |
379 | 386 | | |
380 | | - | |
| 387 | + | |
381 | 388 | | |
382 | 389 | | |
383 | 390 | | |
| |||
0 commit comments