X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=source%2Fwham%2Fsrc-M%2Finitialize_p.F;h=615c3af01af62201323f6f240793acda72146b15;hb=910d66dd0691a8626df9102a45f6891aacb28981;hp=175e7a4b78de647c1868aac05d8a651dc2556715;hpb=cb6de08c319f602d0dd8e5cc284a943472651dd7;p=unres.git diff --git a/source/wham/src-M/initialize_p.F b/source/wham/src-M/initialize_p.F index 175e7a4..615c3af 100644 --- a/source/wham/src-M/initialize_p.F +++ b/source/wham/src-M/initialize_p.F @@ -513,6 +513,9 @@ C Partition local interactions call int_bounds(nct-nnt-2,iphi_start,iphi_end) iphi_start=iphi_start+nnt+2 iphi_end=iphi_end+nnt+2 + call int_bounds(nres-3,itau_start,itau_end) + itau_start=itau_start+3 + itau_end=itau_end+3 if (lprint) then write (iout,*) 'Processor:',MyID, & ' loc_start',loc_start,' loc_end',loc_end, @@ -536,6 +539,8 @@ C Partition local interactions ithet_end=nres iphi_start=nnt+3 iphi_end=nct + itau_start=4 + itau_end=nres #endif return end