From d8d5cb0cdbac9eb93f55b623653c28d8cf85a2a7 Mon Sep 17 00:00:00 2001 From: Kazuya Ishimura Date: Mon, 9 Aug 2021 18:24:06 +0900 Subject: [PATCH] Modify Programmer_manual --- doc/Programmer_manual | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/Programmer_manual b/doc/Programmer_manual index 7d4d418..d42b6c8 100644 --- a/doc/Programmer_manual +++ b/doc/Programmer_manual @@ -35,6 +35,7 @@ 7. Use module variables only for parameters, thresholds, and input data. - 8. Call "iabort" subroutine with error messages to stop the program . + 8. Call "iabort" subroutine with error messages to stop the program + except for integral subroutines. 9. Write subroutines which read input and checkpoint files in fileio.F90.