Skip to content

Commit

Permalink
Updated to work with latest vtkMRMLNode API.
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewsholden committed Mar 6, 2017
1 parent b728528 commit a983b54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MRML/vtkMRMLLinearObjectRegistrationNode.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ ::SetOutputTransformID( std::string newOutputTransformID, int modifyType )
{
if ( newOutputTransformID.compare( "" ) == 0 )
{
this->RemoveAllNodeReferenceIDs( OUTPUT_TRANSFORM_REFERENCE_ROLE );
this->RemoveNodeReferenceIDs( OUTPUT_TRANSFORM_REFERENCE_ROLE );
}
else if ( this->GetOutputTransformID().compare( newOutputTransformID ) != 0 )
{
Expand Down

0 comments on commit a983b54

Please sign in to comment.