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

Adding missing files

parent 731cf07f
No related branches found
No related tags found
No related merge requests found
/*
* grid_dist_testing.hpp
*
* Created on: Oct 28, 2015
* Author: i-bird
*/
#ifndef OPENFPM_NUMERICS_SRC_UTIL_GRID_DIST_TESTING_HPP_
#define OPENFPM_NUMERICS_SRC_UTIL_GRID_DIST_TESTING_HPP_
template<unsigned int dim>
class grid_dist_testing
{
grid_cpu<dim,scalar<size_t>> grid_test;
};
#endif /* OPENFPM_NUMERICS_SRC_UTIL_GRID_DIST_TESTING_HPP_ */
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