Ticket #55301: patch-vrml97_grammar.h.diff
File patch-vrml97_grammar.h.diff, 884 bytes (added by raphael-st (Raphael Straub), 7 years ago) |
---|
-
src/libopenvrml/openvrml/vrml97_grammar.h
old new 27 27 # include <boost/spirit/include/classic_dynamic.hpp> 28 28 # include <boost/spirit/include/phoenix1.hpp> 29 29 # include <boost/test/floating_point_comparison.hpp> 30 # include <boost/test/tools/old/impl.hpp> 30 31 # include <stack> 31 32 32 33 namespace openvrml { … … 423 424 bool operator()() const 424 425 { 425 426 using boost::test_tools::check_is_close; 426 using boost:: test_tools::percent_tolerance;427 using boost::math::fpc::percent_tolerance; 427 428 const float length = sqrt(this->x_ * this->x_ 428 429 + this->y_ * this->y_ 429 430 + this->z_ * this->z_);