yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #12798
[Branch ~yade-pkg/yade/git-trunk] Rev 3921: Drop unused typedef.
------------------------------------------------------------
revno: 3921
committer: Anton Gladky <gladky.anton@xxxxxxxxx>
timestamp: Wed 2016-07-27 15:17:26 +0200
message:
Drop unused typedef.
modified:
pkg/dem/DelaunayInterpolation.hpp
--
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
=== modified file 'pkg/dem/DelaunayInterpolation.hpp'
--- pkg/dem/DelaunayInterpolation.hpp 2015-07-23 17:26:21 +0000
+++ pkg/dem/DelaunayInterpolation.hpp 2016-07-27 13:17:26 +0000
@@ -72,7 +72,6 @@
//helpful array for permutations
const int comb [6] = {1, 2, 3, 0, 1, 2};
typedef typename Dt::Geom_traits Gt;
- typedef typename Gt::Point_3 Point;
typedef typename Dt::Cell_handle Cell_handle;
typedef typename Dt::Locate_type Locate_type;
typedef typename Gt::FT Coord_type;