Skip to content

Commit

Permalink
BUG: Minor fixes in isodose logic and node dose unit enumerator type
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Polkovnikov committed Nov 19, 2020
1 parent 6a24e14 commit cefa6e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Isodose/Logic/vtkSlicerIsodoseModuleLogic.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -679,7 +679,7 @@ void vtkSlicerIsodoseModuleLogic::CreateIsodoseSurfaces(vtkMRMLIsodoseNode* para
{
relativeFlag = true;
}
std::string isodoseName = (relativeFlag) ?
std::string isodoseName = relativeFlag ?
vtkSlicerIsodoseModuleLogic::ISODOSE_RELATIVE_ROOT_HIERARCHY_NAME_POSTFIX :
vtkSlicerIsodoseModuleLogic::ISODOSE_ROOT_HIERARCHY_NAME_POSTFIX;

Expand Down

0 comments on commit cefa6e6

Please sign in to comment.