[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ccp4bb]: amore problem was solved.



***  For details on how to be removed from this list visit the  ***
***          CCP4 home page http://www.ccp4.ac.uk         ***

Thank you so much Eleanor, the modification was successful!

best regards
tommy

> Line 5210  amore from ccp4-4.2
>       IF (FIRST) THEN
>         GMAX = 360.0/NSYM2
>         AMAX = 360.0/NSYM1
>         STEP = GMAX/NG
> C        IF (STEP.NE.AMAX/NA) GO TO 80
>         IF (ABS(STEP-AMAX/NA) .GE.0.01) GO TO 80
> C
> ......
> C
>    80 WRITE (6,FMT=6008) GMAX/NG,AMAX/NA
> C
> ....
>  6008 FORMAT (' > S/R FUORI < STEP MISMATCH:',2F10.3)
>
> Log file:
>  > S/R FUORI < STEP MISMATCH:     1.765     1.765
>
>  It gives this error message if GMAX/NG is not equal to AMAX/NA.
>
> However your log file shows they are to 3 decimal places anyway so try
> the above change and see if that works.
>
> Eleanor