Skip to content

Commit

Permalink
disabled LORInCylinderCoordinates(LORAs2Points<coordT>&) constructor
Browse files Browse the repository at this point in the history
it was not implemented, and would need an extra radius argument
  • Loading branch information
KrisThielemans committed Nov 14, 2023
1 parent b2c0c3a commit 49fbebf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/include/stir/LORCoordinates.h
Original file line number Diff line number Diff line change
Expand Up @@ -222,8 +222,11 @@ class LORInCylinderCoordinates : public LOR<coordT>
inline
LORInCylinderCoordinates(const LORInAxialAndSinogramCoordinates<coordT>&);

#if 0
// disabled as would need radius argument as well, but currently not needed
inline
LORInCylinderCoordinates(const LORAs2Points<coordT>&);
#endif

self_type* clone() const override
{ return new self_type(*this); }
Expand Down

0 comments on commit 49fbebf

Please sign in to comment.