Report Typos and Errors    
Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
Data Types | Modules | Functions/Subroutines
sll_m_errors.F90 File Reference

Go to the source code of this file.

Data Types

interface  c_abort
 

Modules

module  sll_m_errors
 

Functions/Subroutines

subroutine, public sll_s_warning_handler (file_name, line_num, caller, message)
 Print warning message to standard-error and continue execution. More...
 
subroutine, public sll_s_error_handler (file_name, line_num, caller, message)
 Print error message to standard-error, stop execution and dump backtrace information. More...
 
subroutine errout (out_unit, severity, file_name, line_num, caller, message)
 Write error/warning message to a given unit. More...
 
    Report Typos and Errors