Skip to content

Commit a9bbe83

Browse files
Merge pull request #240 from ChemCryst/David
Merge in David branch changes
2 parents dc990f1 + f8c9de4 commit a9bbe83

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+1232
-851
lines changed

bits/convplat/convplat.F

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ program combine
1414
iout1 = 12
1515
c intype = 0
1616

17-
open(in1,file='PLATON6',status='old')
17+
open(in1,file='PLATON6',status='old',err=80)
1818
c open(in2,file='platon_sq.fab',status='old',err=40)
1919
c intype=1
2020
c GOTO 70
@@ -103,7 +103,12 @@ program combine
103103
2 'platon.hkp.'
104104
write(6,'(A)')
105105
1 'Cannot open platon_sqd.hkl,platon-sr.hkl, or platon.hkp.'
106-
106+
stop
107+
80 continue
108+
rewind(iout1)
109+
write(iout1,'(A)') 'The file PLATON6 is faulty/does not exist'
110+
write(6,'(A)') 'The file PLATON6 is faulty/does not exist'
111+
stop
107112
end
108113

109114

bits/hklf5/Twin_rot.docx

65.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)