Skip to content

Commit

Permalink
Re #8056. Making one helper function inline.
Browse files Browse the repository at this point in the history
  • Loading branch information
peterfpeterson committed Oct 8, 2013
1 parent f571a4b commit 7e911d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/Framework/DataObjects/src/EventList.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1639,7 +1639,7 @@ namespace DataObjects
*/

template<class T>
void EventList::compressEventsHelper(const std::vector<T> & events, std::vector<WeightedEventNoTime> & out, double tolerance)
inline void EventList::compressEventsHelper(const std::vector<T> & events, std::vector<WeightedEventNoTime> & out, double tolerance)
{
//Clear the output. We can't know ahead of time how much space to reserve :(
out.clear();
Expand Down

0 comments on commit 7e911d4

Please sign in to comment.