Skip to content

Commit 618e31d

Browse files
committed
float -> double
1 parent 8c4fa42 commit 618e31d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/amr/data/particles/refine/test_particle_data_refine_tag_strategy.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ void loadCell(ParticleArray<dimension>& particles, int iCellX, int iCellY, int i
4646
{
4747
std::array<int, 3> const _3diCell = {iCellX, iCellY, iCellZ};
4848

49-
float const middle = 0.5;
50-
float const delta = 0.30f;
49+
double const middle = 0.5;
50+
double const delta = 0.30;
5151

5252
Particle<dimension> particle;
5353

0 commit comments

Comments
 (0)