Skip to content

Commit

Permalink
Update src/simplnx/DataStructure/IDataStore.hpp
Browse files Browse the repository at this point in the history
Co-authored-by: Jared Duffey <[email protected]>
  • Loading branch information
nyoungbq and JDuffeyBQ authored Sep 25, 2024
1 parent 72fb894 commit 34cf3a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/simplnx/DataStructure/IDataStore.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ class SIMPLNX_EXPORT IDataStore
*/
usize size() const
{
return getNumberOfTuples() * getNumberOfComponents();
return getSize();
}

/**
Expand Down

0 comments on commit 34cf3a7

Please sign in to comment.