toogle section params

This commit is contained in:
BelizSertcan 2025-12-16 16:59:03 +01:00 committed by Ole Schütt
parent a72b713f44
commit 956c35fc90

View file

@ -732,7 +732,7 @@ CONTAINS
TYPE(section_vals_type), POINTER :: td_section, xas_section
! CALL section_vals_val_get(rixs_section, "_SECTION_PARAMETERS_", l_val=rixs_control%enabled)
CALL section_vals_val_get(rixs_section, "_SECTION_PARAMETERS_", l_val=rixs_control%enabled)
CALL section_vals_val_get(rixs_section, "CORE_STATES", i_val=rixs_control%core_states)
CALL section_vals_val_get(rixs_section, "VALENCE_STATES", i_val=rixs_control%valence_states)