GRASP rci-qed
Public Member Functions | List of all members
grasp_rciqed_system::file_exists_or_stop Interface Reference

Checks if filename exists or stops the program with ERROR STOP. More...

Public Member Functions

subroutine file_exists_or_stop (filename)
 
subroutine file_exists_or_stop_where (filename, file, line)
 

Detailed Description

Checks if filename exists or stops the program with ERROR STOP.

The 3-argument version should be called by passing the __FILE__ and __LINE__ preprocessor variables as the second and third arguments:

call file_exists_or_stop(file_wfns, __FILE__, __LINE__)

Constructor & Destructor Documentation

◆ file_exists_or_stop()

subroutine grasp_rciqed_system::file_exists_or_stop::file_exists_or_stop ( character(*), intent(in)  filename)

Member Function/Subroutine Documentation

◆ file_exists_or_stop_where()

subroutine grasp_rciqed_system::file_exists_or_stop::file_exists_or_stop_where ( character(*), intent(in)  filename,
character(*), intent(in)  file,
integer, intent(in)  line 
)

The documentation for this interface was generated from the following file: