![]() |
SPEED
|
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | read_filesys (filec, num_nodes, label, x, y, z, axis_rot) |
| Reads SYS.input file. | |
| subroutine read_filesys | ( | character*70 | filec, |
| integer*4 | num_nodes, | ||
| integer*4, dimension(num_nodes) | label, | ||
| real*8, dimension(num_nodes) | x, | ||
| real*8, dimension(num_nodes) | y, | ||
| real*8, dimension(num_nodes) | z, | ||
| real*8, dimension(num_nodes) | axis_rot | ||
| ) |
Reads SYS.input file.
| [in] | filec | file name |
| [in] | num_nodes | number of oscillators |
| [out] | label | system ID |
| [out] | x,y,z | coord. of the structure |
Definition at line 28 of file READ_FILESYS.f90.
Referenced by read_system_position().
