Skip to content

Commit

Permalink
Fix Node here
Browse files Browse the repository at this point in the history
  • Loading branch information
moritzstaffel committed Jun 17, 2024
1 parent 9c970c9 commit ed575db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GDTFManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2562,7 +2562,7 @@ EGdtfObjectType GdtfGeometryColorFilter::GetObjectType()

TXString GdtfGeometryColorFilter::GetNodeName()
{
return XML_GDTF_FilterBeamNodeName;
return XML_GDTF_FilterColorNodeName;
}

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

0 comments on commit ed575db

Please sign in to comment.