renamed: Util/Azimuth.h -> Util/bearing.hpp

This commit is contained in:
Dennis Luxen
2014-11-26 16:54:43 +01:00
parent 459e2a322b
commit acd1919e8d
5 changed files with 70 additions and 40 deletions
+2 -2
View File
@@ -89,8 +89,8 @@ struct PhantomNodes
inline std::ostream& operator<<(std::ostream &out, const PhantomNodes & pn)
{
out << "source_coord: " << pn.source_phantom.location << "\n";
out << "target_coord: " << pn.target_phantom.location << std::endl;
out << "source_coord: " << pn.source_phantom.location << "\n";
out << "target_coord: " << pn.target_phantom.location << std::endl;
return out;
}