2015-11-19 19:53:36 +01:00
|
|
|
/*
|
|
|
|
|
* VectorT_new.cpp
|
|
|
|
|
*
|
|
|
|
|
* Created on: Nov 19, 2015
|
|
|
|
|
* Author: ebke
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
#include <benchmark/benchmark_api.h>
|
|
|
|
|
#include <OpenMesh/Core/Geometry/VectorT.hh>
|
|
|
|
|
|
2015-11-19 23:05:24 +01:00
|
|
|
#define BMPOSTFIX _CPP11
|
2015-11-19 19:53:36 +01:00
|
|
|
#include "VectorT.cpp"
|