![]() |
SPEED
|
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | read_filepg (filec, num_nodes, x, y, z) |
| Reads LS.input file. | |
| subroutine read_filepg | ( | character*70 | filec, |
| integer*4 | num_nodes, | ||
| real*8, dimension(num_nodes) | x, | ||
| real*8, dimension(num_nodes) | y, | ||
| real*8, dimension(num_nodes) | z | ||
| ) |
Reads LS.input file.
| [in] | filec | file name |
| [in] | num_nodes | number of monitored nodes |
| [out] | x | x-coord. of the monitor |
| [out] | y | y-coord. of the monitor |
| [out] | z | z-coord. of the monitor |
Definition at line 29 of file READ_FILEPG.f90.
Referenced by find_monitor_position().
