dfa idfamax 15000
[unres.git] / source / unres / src-HCD-5D / cartprint.f
index d79409e..339a89d 100644 (file)
@@ -1,5 +1,6 @@
       subroutine cartprint
-      implicit real*8 (a-h,o-z)
+      implicit none
+      integer i
       include 'DIMENSIONS'
       include 'COMMON.CHAIN'
       include 'COMMON.INTERACT'
@@ -12,8 +13,8 @@
       enddo
   100 format (//'              alpha-carbon coordinates       ',
      &          '     centroid coordinates'/
-     1          '       ', 6X,'X',11X,'Y',11X,'Z',
+     1          '       ', 7X,'X',11X,'Y',11X,'Z',
      &                          10X,'X',11X,'Y',11X,'Z')
-  110 format (a,'(',i3,')',6f12.5)
+  110 format (a,'(',i4,')',6f12.5)
       return
       end