Skip to content

Commit

Permalink
Add a few additional tags.
Browse files Browse the repository at this point in the history
Signed-off-by: Joey Kleingers <[email protected]>
  • Loading branch information
joeykleingers committed Oct 3, 2024
1 parent fee1460 commit a429e0a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ std::string ReshapeDataArrayFilter::humanName() const
//------------------------------------------------------------------------------
std::vector<std::string> ReshapeDataArrayFilter::defaultTags() const
{
return {className(), "Create", "Data Structure", "Data Array", "Reshape", "transform", "morph", "adjust", "change", "modify"};
return {className(), "Create", "Data Structure", "Data Array", "Reshape", "transform", "morph", "adjust", "change", "modify", "resize", "tuple"};
}

//------------------------------------------------------------------------------
Expand Down

0 comments on commit a429e0a

Please sign in to comment.