mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Finish prefixing everything with "Ei"
This commit is contained in:
6
src/Core
6
src/Core
@@ -23,10 +23,10 @@
|
||||
// License. This exception does not invalidate any other reasons why a work
|
||||
// based on this file might be covered by the GNU General Public License.
|
||||
|
||||
#ifndef EIGEN_CORE_H
|
||||
#define EIGEN_CORE_H
|
||||
#ifndef EI_CORE_H
|
||||
#define EI_CORE_H
|
||||
|
||||
//#include "internal/Vector.h"
|
||||
#include "internal/Matrix.h"
|
||||
|
||||
#endif // EIGEN_CORE_H
|
||||
#endif // EI_CORE_H
|
||||
|
||||
Reference in New Issue
Block a user