Skip to content

Commit

Permalink
Style
Browse files Browse the repository at this point in the history
Signed-off-by: Arjo Chakravarty <[email protected]>
  • Loading branch information
arjo129 committed Aug 28, 2023
1 parent 9a595cd commit 840d26f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/gz/math/TimeVaryingVolumetricGrid.hh
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ class TimeVaryingVolumetricGrid<T, V, InMemorySession<T, P>, P>

/// \brief Documentation Inherited
public: bool IsValid(const InMemorySession<T, P> &_session) const
{
{
return indices.IsValid(_session);
}

Expand Down
2 changes: 1 addition & 1 deletion include/gz/math/TimeVaryingVolumetricGridLookupField.hh
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ namespace gz
}

/// \brief In memory session
public: bool IsValid(const InMemorySession<T,V> &_session) const {
public: bool IsValid(const InMemorySession<T, V> &_session) const {
return this->gridFields.end() != _session.iter;
}

Expand Down

0 comments on commit 840d26f

Please sign in to comment.