Hyperlink DOI to preferred resolver (#501)

See https://www.doi.org/doi_handbook/3_Resolution.html#3.8
This commit is contained in:
Katrin Leinweber 2019-03-06 00:37:34 +01:00 committed by Ondrej Stava
parent 265bbfc617
commit bb91e08695

View File

@ -23,7 +23,7 @@ enum PointCloudCompressionMethod {
// Generalized version of Encoding using the Octree method by Olivier
// Devillers to d dimensions.
// "Progressive lossless compression of arbitrary simplicial complexes"
// http://dx.doi.org/10.1145/566570.566591
// https://doi.org/10.1145/566570.566591
KDTREE = 1,
RESERVED_POINT_CLOUD_METHOD_2 = 2, // Reserved for internal use.
RESERVED_POINT_CLOUD_METHOD_3 = 0, // Reserved for internal use.