Fixed the bad fix - now the unsupported examples and snippets work on windows.

This commit is contained in:
Hauke Heibel
2009-12-11 19:39:01 +01:00
parent 9a8c16810b
commit 494a88685e
6 changed files with 13 additions and 11 deletions

View File

@@ -4,7 +4,7 @@ using namespace Eigen;
int main()
{
const double pi = std::acos(-1);
const double pi = std::acos(-1.0);
MatrixXd A(3,3);
A << 0, -pi/4, 0,