X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=source%2Funres%2Fgeometry.F90;h=eb84c8d9891fe074fbda1ef7cde982ddbebba7a7;hb=532215c67bc6381096ff9494a83f507c4d2474b9;hp=76cee6a33dbeac37a7abaab79462701bf0ce0907;hpb=51dc008cf28ea283316811e66ae2cb0b3203dc75;p=unres4.git diff --git a/source/unres/geometry.F90 b/source/unres/geometry.F90 index 76cee6a..eb84c8d 100644 --- a/source/unres/geometry.F90 +++ b/source/unres/geometry.F90 @@ -845,7 +845,9 @@ enddo if (nsi.gt.maxsi) return 1 endif ! it1.ne.10 + write(iout,*) "before origin_frame" call orig_frame + write(iout,*) "after origin_frame" i=4 nstart=4 else @@ -1169,7 +1171,7 @@ return endif if (nlobit.eq.0) then - al=ran_number(0.05d0,pi/6) + al=ran_number(0.05d0,pi/2) om=ran_number(-pi,pi) return endif @@ -1640,6 +1642,7 @@ chiom1=chi1*om1 chiom2=chi2*om2 facsig=om1*chiom1+om2*chiom2-2.0D0*om1om2*chiom12 +! print *,"TUT?",om1*chiom1,facsig,om1,om2,om12 sigsq=1.0D0-facsig*faceps1_inv sigsq_om1=(chiom1-chiom12*om2)*faceps1_inv sigsq_om2=(chiom2-chiom12*om1)*faceps1_inv