13 lines
210 B
C++
13 lines
210 B
C++
|
|
/*
|
||
|
|
* VectorT_new.cpp
|
||
|
|
*
|
||
|
|
* Created on: Nov 19, 2015
|
||
|
|
* Author: ebke
|
||
|
|
*/
|
||
|
|
|
||
|
|
#include <benchmark/benchmark_api.h>
|
||
|
|
#include <OpenMesh/Core/Geometry/VectorT.hh>
|
||
|
|
|
||
|
|
#define BMPREFIX CPP11_
|
||
|
|
#include "VectorT.cpp"
|