X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=source%2Funres%2Fsrc_MD%2Fgeomout.F;h=94fd7d747970e7f17d4f59908e31c2c5553a200b;hb=27d0898cd1f4b898e6b044f96d7f28615e23fadb;hp=ac2c75922128ff14f08190c9b445cc6ecd780552;hpb=7920023763020267f2894c6f6de0f251dbf33d8f;p=unres.git diff --git a/source/unres/src_MD/geomout.F b/source/unres/src_MD/geomout.F index ac2c759..94fd7d7 100644 --- a/source/unres/src_MD/geomout.F +++ b/source/unres/src_MD/geomout.F @@ -9,7 +9,7 @@ include 'COMMON.SBRIDGE' include 'COMMON.DISTFIT' include 'COMMON.MD' - character*50 tytul + character*(*) tytul dimension ica(maxres) write (iunit,'(3a,1pe15.5)') 'REMARK ',tytul,' ENERGY ',etot cmodel write (iunit,'(a5,i6)') 'MODEL',1 @@ -268,6 +268,7 @@ c---------------------------------------------------------------- include 'COMMON.DISTFIT' include 'COMMON.MD' double precision time + write (iout,*) "cartout: cartname ",cartname #if defined(AIX) || defined(PGI) open(icart,file=cartname,position="append") #else