Skip to content
Snippets Groups Projects
Commit 5266ca75 authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Fixing tests

parent b2ae861c
No related branches found
No related tags found
No related merge requests found
Pipeline #2143 passed
......@@ -11,8 +11,6 @@
#include "Grid/grid_dist_id.hpp"
#include "Point_test.hpp"
////////////////////////////////////// THEESE TEST ARE BROKEN TO REMPOVE OR FIX ////
const int x = 0;
const int y = 1;
......@@ -31,9 +29,9 @@ BOOST_AUTO_TEST_CASE (sgrid_dist_id_soa )
// grid size
size_t sz[3];
sz[0] = 100;
sz[1] = 100;
sz[2] = 100;
sz[0] = 1024;
sz[1] = 1024;
sz[2] = 1024;
// Ghost
Ghost<3,double> g(0.01);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment