X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=source%2Funres%2Fio_base.F90;h=a8729a7c9046709e92419fad5e102077a3bc52f7;hb=bc23440fbe68672d430f71f22f46b11265f003db;hp=d07c1f00612d5923ff3c03e4e34acdbf1ccbeb41;hpb=df2469d9ac903d93889867f4e50e9bf6c428c1c6;p=unres4.git diff --git a/source/unres/io_base.F90 b/source/unres/io_base.F90 index d07c1f0..a8729a7 100644 --- a/source/unres/io_base.F90 +++ b/source/unres/io_base.F90 @@ -1521,6 +1521,7 @@ else if (molecule.eq.2) then do i=1,ntyp1_molec(molecule) print *,nam(1:1),restyp(i,molecule)(1:1) + print *,nam(2:2),"read",i if (nam(2:2).eq.restyp(i,molecule)(1:1)) then rescode=i return @@ -1534,7 +1535,8 @@ stop else if (molecule.eq.5) then do i=1,ntyp1_molec(molecule) - print *,i,restyp(i,molecule)(1:2) + print *,restyp(i,molecule) + print *,i,restyp(i,molecule)(1:2),nam(1:2) if (ucase(nam(1:2)).eq.restyp(i,molecule)(1:2)) then rescode=i return