1
0
mirror of https://github.com/aportelli/LatAnalyze.git synced 2025-07-30 13:37:05 +01:00

namespace macro refactoring to avoid conflicts

This commit is contained in:
2015-01-28 17:15:05 +00:00
parent 583fd05edf
commit 3f812ee514
32 changed files with 75 additions and 69 deletions

View File

@@ -29,7 +29,7 @@
#include <LatAnalyze/Model.hpp>
#include <vector>
BEGIN_NAMESPACE
BEGIN_LATAN_NAMESPACE
/******************************************************************************
* object for fit result *
@@ -133,6 +133,6 @@ FitResult XYStatData::fit(Minimizer &minimizer, const DVec &init,
}
END_NAMESPACE
END_LATAN_NAMESPACE
#endif // Latan_XYData_hpp_