FLASH-X
Doxygen Generated Documentation From Interface Source Code
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | Driver_driftSetSrcLoc (filename, line) |
subroutine Driver_driftSetSrcLoc | ( | character(len=*), intent(in) | filename, |
integer, intent(in) | line | ||
) |
Saves the current source file & line to module vars in Drift_data. It is recommended that you call this method like so: call Driver_driftSetSrcLoc(__FILE__,__LINE__)
filename: source file location to log in case of changed hash line: source line location to log in case of changed hash
Definition at line 26 of file Driver_driftSetSrcLoc.F90.