X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=source%2Funres%2Fsrc_MIN%2Funres_min.F;h=f1a33c82b837021aa6e8a8d85a8aeca57c90ec1d;hb=050ed1574772b7d2bdee4225feda68c312beca75;hp=1e97d6e02ccc3cead7fe9993a18557a1d25cba4e;hpb=5e13bfdf2c98103be8166d5d2bbf9269c40e63a4;p=unres.git diff --git a/source/unres/src_MIN/unres_min.F b/source/unres/src_MIN/unres_min.F index 1e97d6e..f1a33c8 100644 --- a/source/unres/src_MIN/unres_min.F +++ b/source/unres/src_MIN/unres_min.F @@ -78,7 +78,8 @@ C Fine-grain slaves just do energy and gradient components. else if (modecalc.eq.5) then call exec_checkgrad else - write (iout,'(a)') 'This calculation type is not supported', + write (iout,'(a,i5)') + & 'This calculation type is not supported', & ModeCalc endif #ifdef MPI @@ -141,6 +142,18 @@ c call hairpin(.true.,nharp,iharp) c call secondary2(.true.) if (minim) then +crc overlap test + if (overlapsc) then + print *, 'Calling OVERLAP_SC' + call overlap_sc(fail) + endif + + if (searchsc) then + call sc_move(2,nres-1,10,1d10,nft_sc,etot) + print *,'SC_move',nft_sc,etot + write(iout,*) 'SC_move',nft_sc,etot + endif + if (dccart) then print *, 'Calling MINIM_DC' #ifdef MPI