Skip to content
Snippets Groups Projects
Commit 67796b15 authored by Mohamed, Fawzi Roberto (fawzi)'s avatar Mohamed, Fawzi Roberto (fawzi)
Browse files

applying obvious metadata renames

section_system_description -> section_system
cell_associated -> cell_dependent
parent 84fdc6f4
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@ mainFileDescription = SM(
]
),
SM(name = 'charge_multiplicity',
sections = ['section_system_description','x_gaussian_section_chargemult'],
sections = ['section_system','x_gaussian_section_chargemult'],
startReStr = r"\s*Charge =",
subFlags = SM.SubFlags.Sequenced,
forwardMatch = True,
......@@ -49,7 +49,7 @@ mainFileDescription = SM(
]
),
SM(name = 'geometry',
sections = ['section_system_description','x_gaussian_section_geometry'],
sections = ['section_system','x_gaussian_section_geometry'],
startReStr = r"\s*Input orientation:|\s*Z-Matrix orientation:|\s*Standard orientation:",
subFlags = SM.SubFlags.Sequenced,
subMatchers = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment