Fixed many MSVC warnings.

This commit is contained in:
Hauke Heibel
2010-06-09 09:30:22 +02:00
parent 50e43bc75a
commit 45d3b405eb
7 changed files with 28 additions and 10 deletions

View File

@@ -130,6 +130,8 @@ public:
}
private:
Scalar epsfcn;
NumericalDiff& operator=(const NumericalDiff&);
};
//vim: ai ts=4 sts=4 et sw=4