Removing typedeff Scalar different than double
Compare changes
+ 1
− 9
@@ -31,19 +31,11 @@ namespace wolf {
@@ -31,19 +31,11 @@ namespace wolf {
* This typedef makes it possible to recompile the whole Wolf project with double, float, or other precisions.
* Do NEVER use plain Eigen scalar types!!! (This is redundant with the above. But just to make sure you behave!)
* The ONLY exception to this rule is when you need special precision. The ONLY example by now is the time stamp which uses double.