~durga/maus/online

« back to all changes in this revision

Viewing changes to tests/cpp_unit/Interface/MathUtilsTest.cpp

Builds but segv on executation of test_cpp

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
 
22
22
#include "gtest/gtest.h"
23
23
 
24
 
#include "src/common/Interface/MathUtils.hh"
25
 
#include "src/common/Interface/STLUtils.hh"
 
24
#include "src/legacy/Interface/MathUtils.hh"
 
25
#include "src/legacy/Interface/STLUtils.hh"
26
26
 
27
27
namespace {
28
28