X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=source%2Funres%2Fsrc-HCD-5D%2Fcartprint.f;h=8a747b45b5f439f443c2436963a4c7bd9f56fd0f;hb=34afc6bc75a1158d5a5a7f08c5a7d84c8c1fb7c4;hp=d79409ebec8536c716856209f009eeba9f9a7faa;hpb=020e579626d686ec20ecd9f0cc4c8313f474e152;p=unres.git diff --git a/source/unres/src-HCD-5D/cartprint.f b/source/unres/src-HCD-5D/cartprint.f index d79409e..8a747b4 100644 --- a/source/unres/src-HCD-5D/cartprint.f +++ b/source/unres/src-HCD-5D/cartprint.f @@ -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,'(',i5,')',6f12.5) return end