Remove doc/snippets/MatrixBase_minor.cpp because minor() was removed.

This commit is contained in:
Jitse Niesen 2010-04-26 16:35:38 +01:00
parent 34b3cdb82c
commit 4f83d6ad19

View File

@ -1,3 +0,0 @@
Matrix3i m = Matrix3i::Random();
cout << "Here is the matrix m:" << endl << m << endl;
cout << "Here is m.minor(1,1):" << endl << m.minor(1,1) << endl;