Skip to content

Commit

Permalink
Update src/simplnx/Utilities/DataGroupUtilities.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
imikejackson committed Apr 26, 2024
1 parent 414fc74 commit 43ffd06
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/simplnx/Utilities/DataGroupUtilities.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@ bool RemoveInactiveObjects(DataStructure& dataStructure, const DataPath& feature
std::vector<DataPath> neighborListDataPaths = result.value();
for(const auto& neighborListDataPath : neighborListDataPaths)
{
messageHandler(nx::core::IFilter::Message{nx::core::IFilter::Message::Type::Info, fmt::format("NeighborList '{}' will be from the DataStructure.", neighborListDataPath.toString())});
messageHandler(
nx::core::IFilter::Message{nx::core::IFilter::Message::Type::Info, fmt::format("NeighborList '{}' will be removed from the DataStructure.", neighborListDataPath.toString())});
}
}
}
Expand Down

0 comments on commit 43ffd06

Please sign in to comment.