Skip to content

Commit

Permalink
refs #11056. Fix doxygen warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
OwenArnold committed Feb 19, 2015
1 parent b88d144 commit c7c5e1b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -573,7 +573,7 @@ Instrument_sptr createTestInstrumentRectangular2(int num_banks, int pixels,
* @param detectorPos : V3D detector position
* @return Instrument generated.
*/
Instrument_sptr createMinimalInstrument(const V3D& sourcePos, const V3D& samplePos, const V3D& detectorPos )
Instrument_sptr createMinimalInstrument(const Mantid::Kernel::V3D& sourcePos, const Mantid::Kernel::V3D& samplePos, const Mantid::Kernel::V3D& detectorPos )
{
Instrument_sptr instrument = boost::make_shared<Instrument>();
instrument->setReferenceFrame(
Expand Down

0 comments on commit c7c5e1b

Please sign in to comment.