yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #10671
[Branch ~yade-pkg/yade/git-trunk] Rev 3890: remove useless FlowBoundingSphere.cpp
------------------------------------------------------------
revno: 3890
committer: Bruno Chareyre <bruno.chareyre@xxxxxxxxxxxxxxx>
timestamp: Tue 2014-04-08 10:08:29 +0200
message:
remove useless FlowBoundingSphere.cpp
removed:
lib/triangulation/FlowBoundingSphere.cpp
--
lp:yade
https://code.launchpad.net/~yade-pkg/yade/git-trunk
Your team Yade developers is subscribed to branch lp:yade.
To unsubscribe from this branch go to https://code.launchpad.net/~yade-pkg/yade/git-trunk/+edit-subscription
=== removed file 'lib/triangulation/FlowBoundingSphere.cpp'
--- lib/triangulation/FlowBoundingSphere.cpp 2014-03-21 18:47:45 +0000
+++ lib/triangulation/FlowBoundingSphere.cpp 1970-01-01 00:00:00 +0000
@@ -1,28 +0,0 @@
-/*************************************************************************
-* Copyright (C) 2010 by Emanuele Catalano <catalano@xxxxxxxxxxxxxxx> *
-* *
-* This program is free software; it is licensed under the terms of the *
-* GNU General Public License v2 or later. See file LICENSE for details. *
-*************************************************************************/
-// #ifdef FLOW_ENGINE
-//
-// #include "yade/lib/triangulation/FlowBoundingSphere.hpp"
-//
-// namespace CGT {
-// CVector PeriodicCellInfo::gradP;
-// CVector PeriodicCellInfo::hSize[3];
-// CVector PeriodicCellInfo::deltaP;
-// }
-//
-//
-// //Forcing instanciation of the template to avoid linkage problems
-// typedef CGT::FlowBoundingSphere<FlowTesselation> FlowBoundingSphere;
-// FlowBoundingSphere ex;
-// #ifdef LINSOLV
-// typedef CGT::FlowBoundingSphereLinSolv<FlowBoundingSphere> FlowBoundingSphereLinSolv;
-// FlowBoundingSphereLinSolv exls;
-// #endif
-//
-//
-// #endif //FLOW_ENGINE
-