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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user