GBTOlib: library for evaluation of molecular integrals in mixed Gaussian / B-spline basis  111
Modules | Functions/Subroutines
utils.f90 File Reference

Modules

module  utils_gbl
 

Functions/Subroutines

subroutine, public utils_gbl::XERMSG (LIBRAR, SUBROU, MESSG, NERR, LEVEL)
 
subroutine, public utils_gbl::report_statistics_error_messages (myrank)
 Writes to stderr unit the number of messages of each type that were written out to stdout. More...
 
logical function, public utils_gbl::search_string (unit_no, string, rew, fmted)
 This function searches an input unit for the given string and returns the logical value .true. if the string has been found. In that case the input unit is positioned one line after the sought string. If the string is not found then the returned value is .false. and the input unit is positioned at its end. More...
 
subroutine, public utils_gbl::delete_file (filename)
 Delete a named file. More...
 
subroutine, public utils_gbl::reserve_space (A, n)
 Extend array if too short. More...