mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-11 11:19:02 +08:00
Fix unit test.
This commit is contained in:
parent
fe62c06d9b
commit
82293f38d6
@ -9,6 +9,8 @@
|
|||||||
|
|
||||||
#include "main.h"
|
#include "main.h"
|
||||||
|
|
||||||
|
using internal::is_same_dense;
|
||||||
|
|
||||||
void test_is_same_dense()
|
void test_is_same_dense()
|
||||||
{
|
{
|
||||||
typedef Matrix<double,Dynamic,Dynamic,ColMajor> ColMatrixXd;
|
typedef Matrix<double,Dynamic,Dynamic,ColMajor> ColMatrixXd;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user