FLASH-X
Doxygen Generated Documentation From Interface Source Code
Functions/Subroutines
Driver_driftSetSrcLoc.F90 File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine Driver_driftSetSrcLoc (filename, line)
 

Function/Subroutine Documentation

◆ Driver_driftSetSrcLoc()

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.