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:
@@ -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_
|
||||
|
Reference in New Issue
Block a user