Loading CMakeLists.txt +2 −2 Original line number Diff line number Diff line Loading @@ -367,9 +367,9 @@ ADD_RUNTIME_DEP(thisroot.sh) ################################### # Set the clang-format version required by the CI for correct formatting: SET(CLANG_FORMAT_VERSION "12") SET(CLANG_FORMAT_VERSION "16") # Set the clang-tidy version of the linter required by the CI: SET(CLANG_TIDY_VERSION "12") SET(CLANG_TIDY_VERSION "16") # Set the source files to clang-format (FIXME: determine this better) FILE( Loading src/modules/DepositionGeant4/DepositionGeant4Module.cpp +2 −1 Original line number Diff line number Diff line Loading @@ -244,7 +244,8 @@ void DepositionGeant4Module::initialize() { region->AddRootLogicalVolume(logical_volume.get()); LOG(DEBUG) << "Added " << logical_volume->GetName() << " to region " << region->GetName() << " for MicroElec physics" << "\n"; << " for MicroElec physics" << "\n"; } } } Loading tools/mesh_converter/MeshElement.cpp +2 −1 Original line number Diff line number Diff line Loading @@ -125,7 +125,8 @@ std::string MeshElement::print(Point& qp) const { std::stringstream stream; for(size_t index = 0; index < dimension_ + 1; index++) { stream << "Tetrahedron vertex (" << vertices_[index].x << ", " << vertices_[index].y << ", " << vertices_[index].z << ") - " << " Distance: " << get_distance(index, qp) << " - Electric field: (" << e_field_[index].x << ", " << ") - " << " Distance: " << get_distance(index, qp) << " - Electric field: (" << e_field_[index].x << ", " << e_field_[index].y << ", " << e_field_[index].z << ")" << std::endl; } stream << "Volume: " << volume_; Loading src/tools/field_parser.h +1 −1 File changed.Contains only whitespace changes. Show changes Loading
CMakeLists.txt +2 −2 Original line number Diff line number Diff line Loading @@ -367,9 +367,9 @@ ADD_RUNTIME_DEP(thisroot.sh) ################################### # Set the clang-format version required by the CI for correct formatting: SET(CLANG_FORMAT_VERSION "12") SET(CLANG_FORMAT_VERSION "16") # Set the clang-tidy version of the linter required by the CI: SET(CLANG_TIDY_VERSION "12") SET(CLANG_TIDY_VERSION "16") # Set the source files to clang-format (FIXME: determine this better) FILE( Loading
src/modules/DepositionGeant4/DepositionGeant4Module.cpp +2 −1 Original line number Diff line number Diff line Loading @@ -244,7 +244,8 @@ void DepositionGeant4Module::initialize() { region->AddRootLogicalVolume(logical_volume.get()); LOG(DEBUG) << "Added " << logical_volume->GetName() << " to region " << region->GetName() << " for MicroElec physics" << "\n"; << " for MicroElec physics" << "\n"; } } } Loading
tools/mesh_converter/MeshElement.cpp +2 −1 Original line number Diff line number Diff line Loading @@ -125,7 +125,8 @@ std::string MeshElement::print(Point& qp) const { std::stringstream stream; for(size_t index = 0; index < dimension_ + 1; index++) { stream << "Tetrahedron vertex (" << vertices_[index].x << ", " << vertices_[index].y << ", " << vertices_[index].z << ") - " << " Distance: " << get_distance(index, qp) << " - Electric field: (" << e_field_[index].x << ", " << ") - " << " Distance: " << get_distance(index, qp) << " - Electric field: (" << e_field_[index].x << ", " << e_field_[index].y << ", " << e_field_[index].z << ")" << std::endl; } stream << "Volume: " << volume_; Loading