mirror of
https://github.com/aportelli/LatAnalyze.git
synced 2024-11-10 00:45:36 +00:00
minor code cleaning
This commit is contained in:
parent
41aac911ac
commit
c9a008aaf7
@ -169,7 +169,7 @@ std::string AsciiFile::load(const string &name)
|
||||
}
|
||||
else
|
||||
{
|
||||
LATAN_ERROR(Io, "file not opened");
|
||||
LATAN_ERROR(Io, "file '" + name_ + "' is not opened");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -69,8 +69,6 @@ public:
|
||||
// IO
|
||||
virtual void close(void) = 0;
|
||||
virtual void open(const std::string &name, const unsigned int mode) = 0;
|
||||
// static IO functions
|
||||
|
||||
protected:
|
||||
// access
|
||||
void setName(const std::string &name);
|
||||
|
@ -25,7 +25,6 @@
|
||||
#include <Minuit2/MnPrint.h>
|
||||
#include <Minuit2/MnPlot.h>
|
||||
#include <Minuit2/MnScan.h>
|
||||
#include <Minuit2/MnSimplex.h>
|
||||
#include <Minuit2/ScanMinimizer.h>
|
||||
#include <Minuit2/SimplexMinimizer.h>
|
||||
#include <Minuit2/VariableMetricMinimizer.h>
|
||||
|
Loading…
Reference in New Issue
Block a user