diff options
Diffstat (limited to 'sci-chemistry/shelx/files/20060317-gfortran.patch')
-rw-r--r-- | sci-chemistry/shelx/files/20060317-gfortran.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/sci-chemistry/shelx/files/20060317-gfortran.patch b/sci-chemistry/shelx/files/20060317-gfortran.patch deleted file mode 100644 index d414a8e45c31..000000000000 --- a/sci-chemistry/shelx/files/20060317-gfortran.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- unix.orig/ciftab.f 2006-10-12 11:44:46.000000000 -0700 -+++ unix/ciftab.f 2006-10-12 11:38:22.000000000 -0700 -@@ -377,7 +377,7 @@ - C systems. It enables a 'read-only' file to be opened for reading. - C - OPEN(LR,FILE=CIFDIR(1:K)//'ciftab.'//IS(1:L),STATUS='OLD', -- +READONLY,ERR=5) -+ +ERR=5) - GOTO 6 - 4 WRITE(*,'(/A)')' ** Cannot open file **' - GOTO 108 -@@ -1332,7 +1332,7 @@ - 6 FORMAT(3X,4('h k l Fo Fc s',5X),'h k l Fo Fc s', - +A1/A1) - 7 FORMAT(4(I4,2I3,2I5,I4,2X),I4,2I3,2I5,I4) -- 8 FORMAT($,1X,A) -+ 8 FORMAT(1X,A,$) - C - WRITE(LO,1)' '//ESC//AMP//'l0o5c1x'//ESC//'(0u'// - +ESC//'(s0p16.66h8.5v0s0b0T'//CR |