Skip to content

Commit

Permalink
Refs #6352. Add fall down for vtkPeakMarkerFactory case statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Reuter committed Jan 16, 2013
1 parent 6c251b8 commit a1f7513
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Code/Mantid/Vates/VatesAPI/src/vtkPeakMarkerFactory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,8 @@ namespace VATES
case Peak_in_HKL:
pos = peak.getHKL();
break;
default:
pos = peak.getQLabFrame();
}

double x = pos.X();
Expand Down

0 comments on commit a1f7513

Please sign in to comment.