mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
int main() is a standard main() prototype, and makes for cleaner examples
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
using namespace std;
|
||||
using namespace Eigen;
|
||||
|
||||
int main(int, char *[])
|
||||
int main()
|
||||
{
|
||||
Matrix3f A;
|
||||
Vector3f b;
|
||||
|
||||
Reference in New Issue
Block a user