new geo functions

changed the walkers
added moving average
fixed the interpolator
new test-cases
This commit is contained in:
2016-01-30 19:49:18 +01:00
parent da0bd43fe0
commit ec86b07c43
8 changed files with 185 additions and 15 deletions

View File

@@ -12,8 +12,8 @@
#include "../../grid/walk/GridWalkWeighted.h"
#include "../../grid/walk/GridWalkLightAtTheEndOfTheTunnel.h"
TEST(Walk, plot) {
//TEST(Walk, DISABLED_plot) {
//TEST(Walk, plot) {
TEST(Walk, DISABLED_plot) {
Grid<GP> g(20);
GridFactory<GP> gf(g);