spack/var/spack/repos/builtin/packages/modylas/gcc_format.patch
2020-04-27 10:57:14 -05:00

14 lines
329 B
Diff
Executable File

diff --git a/source/src/parse_f.f b/source/src/parse_f.f
index c58f90e..37821dd 100644
--- a/source/src/parse_f.f
+++ b/source/src/parse_f.f
@@ -360,7 +360,7 @@
stop
endif
- 9000 format('ERROR: the order of atoms is wrong:',i)
+ 9000 format('ERROR: the order of atoms is wrong:',i8)
return
end