mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-29 06:35:39 -04:00
format fix...EJB
This commit is contained in:
parent
f1d3f506c6
commit
19cf5d0ce0
6 changed files with 6 additions and 6 deletions
|
|
@ -700,7 +700,7 @@ c end if
|
|||
& '( ',I8,' waves ',I8,' per task)')
|
||||
|
||||
1260 FORMAT(5X,' Ewald summation: cut radius=',F8.2,' and',I3)
|
||||
1261 FORMAT(5X,' madelung=',f11.8)
|
||||
1261 FORMAT(5X,' madelung=',f14.8)
|
||||
1270 FORMAT(/' technical parameters:')
|
||||
1271 FORMAT(5x, ' translation constrained')
|
||||
1272 FORMAT(5x, ' rotation constrained')
|
||||
|
|
|
|||
|
|
@ -655,7 +655,7 @@ ccc call frac_occ_end()
|
|||
& '( ',I8,' waves ',I8,' per task)')
|
||||
|
||||
1260 FORMAT(5X,' Ewald summation: cut radius=',F8.2,' and',I3)
|
||||
1261 FORMAT(5X,' madelung=',f11.8)
|
||||
1261 FORMAT(5X,' madelung=',f14.8)
|
||||
1270 FORMAT(/' technical parameters:')
|
||||
1271 FORMAT(5x, ' translation constrained')
|
||||
1272 FORMAT(5x, ' rotation constrained')
|
||||
|
|
|
|||
|
|
@ -1539,7 +1539,7 @@ c > ' set nwpw:makehmass2 .false.')
|
|||
& '( ',I8,' waves ',I8,' per task)')
|
||||
|
||||
1260 FORMAT(5X,' Ewald summation: cut radius=',F8.2,' and',I3)
|
||||
1261 FORMAT(5X,' madelung=',f11.8)
|
||||
1261 FORMAT(5X,' madelung=',f14.8)
|
||||
1270 FORMAT(/' technical parameters:')
|
||||
1271 FORMAT(5x, ' translation constrained')
|
||||
1272 FORMAT(5x, ' rotation constrained')
|
||||
|
|
|
|||
|
|
@ -1390,7 +1390,7 @@ c call frac_occ_end()
|
|||
& '( ',I8,' waves ',I8,' per task)')
|
||||
|
||||
1260 FORMAT(5X,' Ewald summation: cut radius=',F8.2,' and',I3)
|
||||
1261 FORMAT(5X,' madelung=',f11.8)
|
||||
1261 FORMAT(5X,' madelung=',f14.8)
|
||||
1270 FORMAT(/' technical parameters:')
|
||||
1271 FORMAT(5x, ' translation constrained')
|
||||
1272 FORMAT(5x, ' rotation constrained')
|
||||
|
|
|
|||
|
|
@ -1249,7 +1249,7 @@ c call frac_occ_end()
|
|||
1251 FORMAT(5X,' wavefnc cutoff=',F7.3,' fft=',I3,'x',I3,'x',I3,
|
||||
& '( ',I8,' waves ',I8,' per task)')
|
||||
1260 FORMAT(5X,' Ewald summation: cut radius=',F8.2,' and',I3)
|
||||
1261 FORMAT(5X,' madelung=',f11.8)
|
||||
1261 FORMAT(5X,' madelung=',f14.8)
|
||||
1270 FORMAT(/' technical parameters:')
|
||||
1271 FORMAT(5x, ' translation constrained')
|
||||
1272 FORMAT(5x, ' rotation constrained')
|
||||
|
|
|
|||
|
|
@ -1279,7 +1279,7 @@ c
|
|||
1251 FORMAT(5X,' wavefnc cutoff=',F7.3,' fft=',I3,'x',I3,'x',I3,
|
||||
& '( ',I8,' waves ',I8,' per task)')
|
||||
1260 FORMAT(5X,' Ewald summation: cut radius=',F8.2,' and',I3)
|
||||
1261 FORMAT(5X,' madelung=',f11.8)
|
||||
1261 FORMAT(5X,' madelung=',f14.8)
|
||||
1270 FORMAT(/' technical parameters:')
|
||||
1271 FORMAT(5x, ' translation constrained')
|
||||
1272 FORMAT(5x, ' rotation constrained')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue