Skip to content

Commit

Permalink
NOCHMAL! removed local defination of BFGS parameters masking the ones…
Browse files Browse the repository at this point in the history
… from the configuration
  • Loading branch information
stadie committed Jan 13, 2009
1 parent 5369586 commit 3972333
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions caliber.cc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// Original Author: Christian Autermann
// Created: Wed Jul 18 13:54:50 CEST 2007
// $Id: caliber.cc,v 1.72 2008/12/27 16:35:13 stadie Exp $
// $Id: caliber.cc,v 1.73 2009/01/13 13:02:33 stadie Exp $
//
//
// for profiling:
Expand Down Expand Up @@ -194,9 +194,6 @@ void TCaliber::Run_Lvmini()
t[ithreads] = new ComputeThread(npar, p->GetPars(),temp_derivative1,temp_derivative2,deriv_step);
}

float eps =float(1.E-2);//-4
float wlf1=1.E-4;
float wlf2=0.9;
lvmeps_(eps,wlf1,wlf2);

//Set errors per default to 0 //@@ doesn't seem to work...
Expand Down

0 comments on commit 3972333

Please sign in to comment.