Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
issakomi committed May 17, 2024
1 parent b88f540 commit 9b94e6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GUI/studygraphicswidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1114,7 +1114,7 @@ template<typename T> double get_distance3(
{
if (image.IsNull()) return -1.0;
if (!ivariant) return -1.0;
if (x0 < 0.0 || y0 < 0.0 || x1 < 0.0 || y1 < 0.0) return -1;
if (x0 < 0.0 || y0 < 0.0 || x1 < 0.0 || y1 < 0.0) return -1.0;
itk::ContinuousIndex<float, 3> idx0;
itk::ContinuousIndex<float, 3> idx1;
itk::Point<float, 3> j0;
Expand Down

0 comments on commit 9b94e6f

Please sign in to comment.