remove unused variable in testSimilarity2
parent
c7e75d2cd5
commit
b0ba35d2bd
|
|
@ -33,8 +33,6 @@ static const Point2 P(0.2, 0.7);
|
||||||
static const Rot2 R = Rot2::fromAngle(0.3);
|
static const Rot2 R = Rot2::fromAngle(0.3);
|
||||||
static const double s = 4;
|
static const double s = 4;
|
||||||
|
|
||||||
const double degree = M_PI / 180;
|
|
||||||
|
|
||||||
//******************************************************************************
|
//******************************************************************************
|
||||||
TEST(Similarity2, Concepts) {
|
TEST(Similarity2, Concepts) {
|
||||||
BOOST_CONCEPT_ASSERT((IsGroup<Similarity2>));
|
BOOST_CONCEPT_ASSERT((IsGroup<Similarity2>));
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue