297 |
|
|
298 |
iprint=0 |
iprint=0 |
299 |
c if(DEBUG)iprint=1 |
c if(DEBUG)iprint=1 |
300 |
if(.true.)iprint=1 |
if(VERBOSE)iprint=1 |
301 |
call mini2(jstep,ifail,iprint) |
call mini2(jstep,ifail,iprint) |
302 |
if(ifail.ne.0) then |
if(ifail.ne.0) then |
303 |
if(.true.)then |
if(.true.)then |
305 |
$ '*** MINIMIZATION FAILURE *** (after refinement) ' |
$ '*** MINIMIZATION FAILURE *** (after refinement) ' |
306 |
$ ,iev |
$ ,iev |
307 |
|
|
308 |
print*,'guess: ',(al_guess(i),i=1,5) |
c$$$ print*,'guess: ',(al_guess(i),i=1,5) |
309 |
print*,'previous: ',(al_store(i,icand),i=1,5) |
c$$$ print*,'previous: ',(al_store(i,icand),i=1,5) |
310 |
print*,'result: ',(al(i),i=1,5) |
c$$$ print*,'result: ',(al(i),i=1,5) |
311 |
print*,'xgood ',xgood |
c$$$ print*,'xgood ',xgood |
312 |
print*,'ygood ',ygood |
c$$$ print*,'ygood ',ygood |
313 |
print*,'----------------------------------------------' |
c$$$ print*,'----------------------------------------------' |
314 |
endif |
endif |
315 |
c chi2=-chi2 |
c chi2=-chi2 |
316 |
endif |
endif |