Skip to content

Commit

Permalink
clang formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
nyoungbq committed Aug 20, 2024
1 parent c17f038 commit c982c56
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/simplnx/Utilities/AlignSections.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class SIMPLNX_EXPORT AlignSections
* @param yShifts
* @return Whether or not the x and y shifts were successfully found
*/
static Result<> readDream3dShiftsFile(const std::filesystem::path& file, int64 zDim, std::vector<int64_t>& xShifts, std::vector<int64_t>& yShifts) ;
static Result<> readDream3dShiftsFile(const std::filesystem::path& file, int64 zDim, std::vector<int64_t>& xShifts, std::vector<int64_t>& yShifts);

/**
* @brief This will read in a shifts file defined by the user and populate the shifts parameters with the values as int64 numbers.
Expand Down
2 changes: 1 addition & 1 deletion src/simplnx/Utilities/DataArrayUtilities.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -1812,6 +1812,6 @@ SIMPLNX_EXPORT void transferElementData(DataStructure& m_DataStructure, Attribut
const std::atomic_bool& m_ShouldCancel, const IFilter::MessageHandler& m_MessageHandler);

SIMPLNX_EXPORT void CreateDataArrayActions(const DataStructure& dataStructure, const AttributeMatrix* sourceAttrMatPtr, const MultiArraySelectionParameter::ValueType& selectedArrayPaths,
const DataPath& reducedGeometryPathAttrMatPath, Result<OutputActions>& resultOutputActions);
const DataPath& reducedGeometryPathAttrMatPath, Result<OutputActions>& resultOutputActions);
} // namespace TransferGeometryElementData
} // namespace nx::core
2 changes: 1 addition & 1 deletion src/simplnx/Utilities/FilePathGenerator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ std::vector<std::string> GenerateFileList(int32 start, int32 end, int32 incremen

return fileList;
}
} // namespace nx::core
} // namespace nx::core::FilePathGenerator

0 comments on commit c982c56

Please sign in to comment.