mirror of
https://github.com/aportelli/LatAnalyze.git
synced 2026-01-10 11:29:34 +00:00
namespace macro refactoring to avoid conflicts
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
#include <LatAnalyze/RootFinder.hpp>
|
||||
#include <gsl/gsl_multiroots.h>
|
||||
|
||||
BEGIN_NAMESPACE
|
||||
BEGIN_LATAN_NAMESPACE
|
||||
|
||||
/******************************************************************************
|
||||
* GslHybridRootFinder *
|
||||
@@ -46,6 +46,6 @@ private:
|
||||
gsl_multiroot_fsolver *solver_{nullptr};
|
||||
};
|
||||
|
||||
END_NAMESPACE
|
||||
END_LATAN_NAMESPACE
|
||||
|
||||
#endif // Latan_GslHybridRootFinder_hpp_
|
||||
|
||||
Reference in New Issue
Block a user