[GIT] ppl/ppl(floating_point): Fixed a typo.
Module: ppl/ppl Branch: floating_point Commit: 36c398be7c32598e44f067236ad2aa040a927265 URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=36c398be7c325... Author: Fabio Bossi <bossi@cs.unipr.it> Date: Thu Jul 22 11:52:09 2010 +0200 Fixed a typo. --- src/Float.templates.hh | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Float.templates.hh b/src/Float.templates.hh index 139a153..ab93c35 100644 --- a/src/Float.templates.hh +++ b/src/Float.templates.hh @@ -21,8 +21,8 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA. For the most up-to-date information see the Parma Polyhedra Library site: http://www.cs.unipr.it/ppl/ . */ -#ifndef PPL_Float_Templates_hh -#define PPL_Float_Templates_hh 1 +#ifndef PPL_Float_templates_hh +#define PPL_Float_templates_hh 1 #include <cmath> @@ -121,4 +121,4 @@ const FP_Interval_Type& compute_absolute_error( } // namespace Parma_Polyhedra_Library -#endif // !defined(PPL_Float_Templates_hh) +#endif // !defined(PPL_Float_templates_hh)
participants (1)
-
Fabio Bossi