Skip to content
Snippets Groups Projects
Commit fe4609ba authored by Carl Philipp Klemm's avatar Carl Philipp Klemm
Browse files

test eisRemoveUnneededBrackets

parent 323d179e
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,7 @@
#include "log.h"
#include "normalize.h"
#include "basicmath.h"
#include "strops.h"
void printDataVect(const std::vector<eis::DataPoint> in)
{
......@@ -222,6 +223,8 @@ inline void filterData(std::vector<eis::DataPoint>& data, size_t outputSize)
int main(int argc, char** argv)
{
std::string tst("(c)");
eisRemoveUnneededBrackets(tst);
eis::Log::headers = true;
eis::Log::level = eis::Log::INFO;
runSingle();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment