Skip to content
Snippets Groups Projects
Commit b8eaa38d authored by Berenger Bramas's avatar Berenger Bramas
Browse files

Remove tests and comments

parent 0de739dd
No related branches found
No related tags found
1 merge request!23WIP: Feature/use cmake
...@@ -25,8 +25,8 @@ public: ...@@ -25,8 +25,8 @@ public:
const real_number pos_part2[], const real_number data_part2[], real_number rhs_part2[], const real_number pos_part2[], const real_number data_part2[], real_number rhs_part2[],
const real_number dist_pow2, const real_number dist_pow2,
const real_number xshift_coef, const real_number yshift_coef, const real_number zshift_coef) const{ const real_number xshift_coef, const real_number yshift_coef, const real_number zshift_coef) const{
rhs_part1[0] += 1; // TODO put the kernel here
rhs_part2[0] += 1; static_assert(size_particle_positions == 3, "This kernel works only with 3 values for one position");
} }
}; };
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment