Skip to content

Commit e67ca0a

Browse files
committed
float -> double
1 parent b48a0e6 commit e67ca0a

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

tests/amr/data/particles/refine/CMakeLists.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,4 @@ target_link_libraries(${PROJECT_NAME} PRIVATE
2929
${GTEST_LIBS})
3030

3131

32-
add_phare_test(${PROJECT_NAME} ${CMAKE_CURRENT_BINARY_DIR})
33-
34-
32+
add_no_mpi_phare_test(${PROJECT_NAME} ${CMAKE_CURRENT_BINARY_DIR})

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)