mirror of
https://github.com/aportelli/LatAnalyze.git
synced 2025-12-17 07:04:41 +00:00
minor fixes
This commit is contained in:
@@ -18,7 +18,7 @@ int main(int argc, char* argv[])
|
||||
source = argv[1];
|
||||
|
||||
CompiledDoubleFunction f(1, source);
|
||||
MinuitMinimizer minimizer;
|
||||
MinuitMinimizer minimizer(1);
|
||||
double min;
|
||||
|
||||
minimizer.setVerbosity(Minimizer::Verbosity::Debug);
|
||||
|
||||
Reference in New Issue
Block a user