mirror of
https://github.com/aportelli/LatAnalyze.git
synced 2025-08-01 22:17:07 +01:00
namespace macro refactoring to avoid conflicts
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
#include <LatAnalyze/Function.hpp>
|
||||
#include <LatAnalyze/Solver.hpp>
|
||||
|
||||
BEGIN_NAMESPACE
|
||||
BEGIN_LATAN_NAMESPACE
|
||||
|
||||
/******************************************************************************
|
||||
* RootFinder *
|
||||
@@ -42,6 +42,6 @@ public:
|
||||
= 0;
|
||||
};
|
||||
|
||||
END_NAMESPACE
|
||||
END_LATAN_NAMESPACE
|
||||
|
||||
#endif // Latan_RootFinder_hpp_
|
||||
|
Reference in New Issue
Block a user