16 Sep
2009
16 Sep
'09
12:17 p.m.
Module: ppl/ppl Branch: floating_point Commit: 46f18dbe19ab34fc351017acf1a5a8f83503862f URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=46f18dbe19ab3... Author: Fabio Biselli <fabio.biselli@studenti.unipr.it> Date: Mon Sep 14 11:58:10 2009 +0200 Removed garbage --- src/Octagonal_Shape.defs.hh | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/Octagonal_Shape.defs.hh b/src/Octagonal_Shape.defs.hh index 536d9bc..5ac7536 100644 --- a/src/Octagonal_Shape.defs.hh +++ b/src/Octagonal_Shape.defs.hh @@ -420,6 +420,7 @@ private: #endif public: + //! The numeric base type upon which OSs are built. typedef T coefficient_type_base;