10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-06-02 11:25:26 +02:00

Bug in IRPF90 when program is in a comment

This commit is contained in:
Anthony Scemama 2018-12-14 09:41:36 +01:00
parent fe33840e18
commit d9fbf39038

View File

@ -68,7 +68,7 @@ end function
subroutine check_mem(rss_in,routine)
implicit none
BEGIN_DOC
! Checks if n gigabytes can be allocated. If not, the program exits
! Checks if n gigabytes can be allocated. If not, exit the run.
END_DOC
double precision, intent(in) :: rss_in
character*(*) :: routine