From 6ef494a4683cc4086aa93ec95a3e8b431beba378 Mon Sep 17 00:00:00 2001 From: Frank Gaede <frank.gaede@desy.de> Date: Tue, 1 Jul 2014 12:18:07 +0000 Subject: [PATCH] - fixed typo --- DDSurfaces/include/DDSurfaces/ISurface.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DDSurfaces/include/DDSurfaces/ISurface.h b/DDSurfaces/include/DDSurfaces/ISurface.h index b750f1a8a..c075f4649 100644 --- a/DDSurfaces/include/DDSurfaces/ISurface.h +++ b/DDSurfaces/include/DDSurfaces/ISurface.h @@ -194,8 +194,8 @@ namespace DDSurfaces { /// true if this is a plane orthogonal to Z bool isZDisk() const { return ( _bits[ SurfaceType::Plane ] && _bits[ SurfaceType::OrthogonalToZ ] ) ; } - /// true if the mesurement is only 1D, i.e. the second direction v is not used - bool isMeasurment1D() const { return _bits[ SurfaceType::Measurement1D ] ; } + /// true if the measurement is only 1D, i.e. the second direction v is not used + bool isMeasurement1D() const { return _bits[ SurfaceType::Measurement1D ] ; } /// true if all properties of otherType are also true for this type. -- GitLab