Skip to content

Commit

Permalink
Apply suggestions from @ahnaf-tahmid-chowdhury
Browse files Browse the repository at this point in the history
Co-authored-by: Ahnaf Tahmid Chowdhury <[email protected]>
  • Loading branch information
pshriwise and ahnaf-tahmid-chowdhury authored Feb 27, 2024
1 parent 19b7faf commit d97c300
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dagmc/dagmcmetadata.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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<std::string, std::string> split_string(std::string property_string,
std::string delimiter);
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit d97c300

Please sign in to comment.