← Back to team overview

yade-dev team mailing list archive

[Branch ~yade-dev/yade/trunk] Rev 2505: - Fixed compilation error

 

------------------------------------------------------------
revno: 2505
committer: ecatalano <ecatalano@dt-rv019>
branch nick: yade
timestamp: Wed 2010-10-20 14:10:06 +0200
message:
  - Fixed compilation error
modified:
  lib/triangulation/Network.cpp


--
lp:yade
https://code.launchpad.net/~yade-dev/yade/trunk

Your team Yade developers is subscribed to branch lp:yade.
To unsubscribe from this branch go to https://code.launchpad.net/~yade-dev/yade/trunk/+edit-subscription
=== modified file 'lib/triangulation/Network.cpp'
--- lib/triangulation/Network.cpp	2010-10-20 11:28:25 +0000
+++ lib/triangulation/Network.cpp	2010-10-20 12:10:06 +0000
@@ -573,8 +573,6 @@
 	vtk_infinite_cells = Fictious;
 }
 
-#endif //FLOW_ENGINE
-
 // double Network::spherical_triangle_area ( Sphere STA1, Sphere STA2, Sphere STA3, Point PTA1 )
 // {
 //  double rayon = STA1.weight();
@@ -605,4 +603,6 @@
 //
 //  return  aire_triangle_spherique;
 // }
-} //namespace CGT
\ No newline at end of file
+} //namespace CGT
+
+#endif //FLOW_ENGINE
\ No newline at end of file