Skip to content
Snippets Groups Projects
Commit 5de9b17b authored by scott snyder's avatar scott snyder
Browse files

GeoModelRead: Fix placement of using directive.

    
Don't put a using directive in the global namespace in headers.
parent ff0b07aa
No related branches found
No related tags found
1 merge request!96GeoModelRead: Fix placement of using directive.
......@@ -70,10 +70,6 @@ class GeoGraphNode;
class GeoShapeSubtraction;
class GeoBox;
// namespaces
using namespace GeoGenfun;
//using namespace GeoXF;
// type definitions
typedef const GeoXF::Function & TRANSFUNCTION;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment