From d97c300ae6f0c3d69d3391f88c7c6b5f2387a518 Mon Sep 17 00:00:00 2001 From: Patrick Shriwise Date: Mon, 26 Feb 2024 21:47:55 -0600 Subject: [PATCH] Apply suggestions from @ahnaf-tahmid-chowdhury Co-authored-by: Ahnaf Tahmid Chowdhury --- src/dagmc/dagmcmetadata.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/dagmc/dagmcmetadata.hpp b/src/dagmc/dagmcmetadata.hpp index 6c5c92924..535b86dd3 100644 --- a/src/dagmc/dagmcmetadata.hpp +++ b/src/dagmc/dagmcmetadata.hpp @@ -124,7 +124,7 @@ class dagmcMetaData { * @return Returns a pair of strings. The first element of the pair is the * substring before the first occurrence of the delimiter. The second * element is the substring after the first occurrence of the - * delimiter. + * delimiter. */ std::pair split_string(std::string property_string, std::string delimiter); @@ -193,7 +193,7 @@ class dagmcMetaData { /** * @brief Parses property for entities with the specified dimension and * delimiters. Optionally removes duplicate property values if - * necessary. + * necessary. * * @param property The name of the property to retrieve. * @param dimension The dimension of the entities for which to retrieve the