Skip to content

Commit

Permalink
Rename fill files to parallel_fill (#327)
Browse files Browse the repository at this point in the history
  • Loading branch information
tpadioleau authored Mar 6, 2024
1 parent 5fc335c commit e5e5abd
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/ddc/ddc.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@

// Algorithms
#include "ddc/deepcopy.hpp"
#include "ddc/fill.hpp"
#include "ddc/for_each.hpp"
#include "ddc/mirror.hpp"
#include "ddc/parallel_fill.hpp"
#include "ddc/parallel_for_each.hpp"
#include "ddc/reducer.hpp"
#include "ddc/transform_reduce.hpp"
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ add_executable(ddc_tests
rectilinear_domain.cpp
uniform_domain.cpp
for_each.cpp
fill.cpp
parallel_fill.cpp
discrete_element.cpp
discrete_vector.cpp
discrete_space.cpp
Expand Down
File renamed without changes.

0 comments on commit e5e5abd

Please sign in to comment.