int main() is a standard main() prototype, and makes for cleaner examples

This commit is contained in:
Benoit Jacob
2010-06-25 10:04:10 -04:00
parent 67d79c6751
commit a90575514a
6 changed files with 6 additions and 6 deletions

View File

@@ -5,7 +5,7 @@
using namespace std;
using namespace Eigen;
int main(int, char *[])
int main()
{
Matrix3f A;
Vector3f b;