mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +05:00
fix for visual
This commit is contained in:
parent
ab0077c609
commit
d6e04f72ae
@ -554,6 +554,7 @@ namespace netgen
|
||||
virtual VisualScene * GetVisualScene (const NetgenGeometry * geom) const;
|
||||
};
|
||||
|
||||
extern CSGeometry * ParseCSG (istream & istr);
|
||||
|
||||
NetgenGeometry * CSGeometryRegister :: Load (string filename) const
|
||||
{
|
||||
@ -562,7 +563,6 @@ namespace netgen
|
||||
{
|
||||
PrintMessage (1, "Load CSG geometry file ", cfilename);
|
||||
|
||||
extern CSGeometry * ParseCSG (istream & istr);
|
||||
|
||||
ifstream infile(cfilename);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user