summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/modylas/gcc_format.patch
blob: 086c4275aac67affec5acfd39b757099a9848036 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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