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
This commit is contained in:
Matthias Möller
2015-08-28 09:57:43 +00:00
parent fe86a44c1d
commit 000c8ff18e

View File

@@ -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: