From 000c8ff18ec8100a9e32a75690499869dbd82a38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20M=C3=B6ller?= Date: Fri, 28 Aug 2015 09:57:43 +0000 Subject: [PATCH] fix use OM double_t instead of c standard git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@1332 fdac6126-5c0c-442c-9429-916003d36597 --- src/OpenMesh/Core/IO/writer/PLYWriter.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/OpenMesh/Core/IO/writer/PLYWriter.cc b/src/OpenMesh/Core/IO/writer/PLYWriter.cc index d10e009a..68c78747 100644 --- a/src/OpenMesh/Core/IO/writer/PLYWriter.cc +++ b/src/OpenMesh/Core/IO/writer/PLYWriter.cc @@ -490,7 +490,7 @@ void _PLYWriter_::writeValue(ValueType _type, std::ostream& _out, float value) c void _PLYWriter_::writeValue(ValueType _type, std::ostream& _out, double value) const { - double_t tmp; + float64_t tmp; switch (_type) { case ValueTypeDOUBLE: