Support inp in quality, source, reaction, mixing
This commit is contained in:
@@ -17,6 +17,10 @@ from .s13_controls import inp_in_control_new
|
||||
from .s14_rules import inp_in_rule_new
|
||||
from .s15_energy import inp_in_energy_new
|
||||
from .s16_emitters import inp_in_emitter_new
|
||||
from .s17_quality import inp_in_quality_new
|
||||
from .s18_sources import inp_in_source_new
|
||||
from .s19_reactions import inp_in_reaction_new
|
||||
from .s20_mixing import inp_in_mixing_new
|
||||
from .s21_times import inp_in_time_new
|
||||
from .s22_report import inp_in_report_new
|
||||
from .s23_options import inp_in_option_new
|
||||
@@ -42,10 +46,10 @@ _handler = {
|
||||
RULES : (_L, inp_in_rule_new),
|
||||
ENERGY : (_L, inp_in_energy_new),
|
||||
EMITTERS : (_L, inp_in_emitter_new),
|
||||
QUALITY : (_L, None),
|
||||
SOURCES : (_L, None),
|
||||
REACTIONS : (_L, None),
|
||||
MIXING : (_L, None),
|
||||
QUALITY : (_L, inp_in_quality_new),
|
||||
SOURCES : (_L, inp_in_source_new),
|
||||
REACTIONS : (_L, inp_in_reaction_new),
|
||||
MIXING : (_L, inp_in_mixing_new),
|
||||
TIMES : (_S, inp_in_time_new),
|
||||
REPORT : (_S, inp_in_report_new),
|
||||
OPTIONS : (_S, inp_in_option_new),
|
||||
@@ -96,9 +100,6 @@ _level_4 = [
|
||||
]
|
||||
|
||||
|
||||
_UNKNOWN = 'UNKNOWN'
|
||||
|
||||
|
||||
def _get_offset(inp: str) -> dict[str, list[int]]:
|
||||
offset: dict[str, list[int]] = {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user