Skip to content

Commit

Permalink
Format parallel experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsdukai committed Jun 18, 2024
1 parent 132d7d5 commit 6deb8c4
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion experiments/parallel-reconstruct/.clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -165,4 +165,3 @@ TabWidth: 8
UseCRLF: false
UseTab: Never
...

2 changes: 1 addition & 1 deletion experiments/parallel-reconstruct/app/crop/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ int main() {
std::cout << project_name << "\n";
std::cout << "crop version " << project_version << "\n";
return 0;
}
}
2 changes: 1 addition & 1 deletion experiments/parallel-reconstruct/configured/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
configure_file(
"config.hpp.in" "${CMAKE_BINARY_DIR}/configured_files/include/config.hpp"
ESCAPE_QUOTES)
ESCAPE_QUOTES)
2 changes: 1 addition & 1 deletion experiments/parallel-reconstruct/configured/config.hpp.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ static constexpr std::string_view project_name = "@PROJECT_NAME@";
static constexpr std::string_view project_version = "@PROJECT_VERSION@";
static constexpr std::int32_t project_version_major{ @PROJECT_VERSION_MAJOR@ };
static constexpr std::int32_t project_version_minor{ @PROJECT_VERSION_MINOR@ };
static constexpr std::int32_t project_version_patch{ @PROJECT_VERSION_PATCH@ };
static constexpr std::int32_t project_version_patch{ @PROJECT_VERSION_PATCH@ };

0 comments on commit 6deb8c4

Please sign in to comment.