![]() |
(git:07c9450)
|
Reads the input sections "topology". More...
Functions/Subroutines | |
| subroutine, public | read_topology_section (topology, topology_section) |
| reads the input section topology | |
| subroutine, public | read_constraints_section (topology, colvar_p, constraint_section) |
| Read all the distance parameters. Put them in the constraint_distance array. | |
Reads the input sections "topology".
| subroutine, public topology_input::read_topology_section | ( | type(topology_parameters_type) | topology, |
| type(section_vals_type), pointer | topology_section | ||
| ) |
reads the input section topology
| topology | ... |
| topology_section | ... |
Definition at line 54 of file topology_input.F.
| subroutine, public topology_input::read_constraints_section | ( | type(topology_parameters_type), intent(inout) | topology, |
| type(colvar_p_type), dimension(:), pointer | colvar_p, | ||
| type(section_vals_type), pointer | constraint_section | ||
| ) |
Read all the distance parameters. Put them in the constraint_distance array.
| topology | ... |
| colvar_p | ... |
| constraint_section | ... |
Definition at line 108 of file topology_input.F.