GRASP rci-qed
|
Routines and functions for interacting with the OS, filesystem etc. More...
Data Types | |
interface | file_exists_or_stop |
Checks if filename exists or stops the program with ERROR STOP . More... | |
Functions/Subroutines | |
logical function | file_exists (filename) |
Wraps the inquire statement to check if a file exists in a function. More... | |
subroutine | file_exists_or_stop (filename) |
subroutine | file_exists_or_stop_where (filename, file, line) |
Routines and functions for interacting with the OS, filesystem etc.
logical function grasp_rciqed_system::file_exists | ( | character(*), intent(in) | filename | ) |
Wraps the inquire
statement to check if a file exists in a function.
filename | Name of the file to be checked. |
.true.
if the file exists, .false.
if not. subroutine grasp_rciqed_system::file_exists_or_stop | ( | character(*), intent(in) | filename | ) |
subroutine grasp_rciqed_system::file_exists_or_stop_where | ( | character(*), intent(in) | filename, |
character(*), intent(in) | file, | ||
integer, intent(in) | line | ||
) |