mirror of
https://github.com/Brandon-Rozek/matmod.git
synced 2024-11-26 22:23:58 -05:00
Removed extraneous print
This commit is contained in:
parent
cd3b8f56df
commit
45ee3d546c
1 changed files with 0 additions and 1 deletions
|
@ -127,7 +127,6 @@ def parse_header(infile: SourceFile) -> UglyHeader:
|
||||||
"""
|
"""
|
||||||
header_line = next(infile).strip()
|
header_line = next(infile).strip()
|
||||||
header_tokens = header_line.split(" ")
|
header_tokens = header_line.split(" ")
|
||||||
print(header_tokens)
|
|
||||||
assert header_tokens[0] in ["0", "1"]
|
assert header_tokens[0] in ["0", "1"]
|
||||||
assert header_tokens[6] in ["0", "1"]
|
assert header_tokens[6] in ["0", "1"]
|
||||||
negation_defined = bool(int(header_tokens[0]))
|
negation_defined = bool(int(header_tokens[0]))
|
||||||
|
|
Loading…
Reference in a new issue