From 50c403742f1320a84b708aeda93a03b25f910627 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joan=20Sol=C3=A0?= <jsola@iri.upc.edu> Date: Sun, 7 Jun 2020 17:05:18 +0200 Subject: [PATCH] remove commented doc --- include/core/common/wolf.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/include/core/common/wolf.h b/include/core/common/wolf.h index 319b2df0b..229e10f95 100644 --- a/include/core/common/wolf.h +++ b/include/core/common/wolf.h @@ -29,15 +29,6 @@ namespace wolf { -/** - * \brief scalar type for the Wolf project - * - * Do NEVER forget to use Wolf scalar definitions when you code!!! - * - * Do NEVER use plain Eigen scalar types!!! (This is redundant with the above. But just to make sure you behave!) - */ -//typedef double double; - /** * \brief Vector and Matrices size type for the Wolf project * -- GitLab