diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/iso19111/crs.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/iso19111/crs.cpp b/src/iso19111/crs.cpp index b98e5937..24763f5e 100644 --- a/src/iso19111/crs.cpp +++ b/src/iso19111/crs.cpp @@ -962,9 +962,7 @@ const datum::DatumEnsemblePtr &SingleCRS::datumEnsemble() PROJ_PURE_DEFN { /** \brief Return the cs::CoordinateSystem associated with the CRS. * - * This might be null, in which case datumEnsemble() return will not be null. - * - * @return a CoordinateSystem that might be null. + * @return a CoordinateSystem. */ const cs::CoordinateSystemNNPtr &SingleCRS::coordinateSystem() PROJ_PURE_DEFN { return d->coordinateSystem; |
