remove whitespace
This commit is contained in:
		
							parent
							
								
									981941edf4
								
							
						
					
					
						commit
						b2adb22b2d
					
				| @ -808,5 +808,4 @@ inline static double GetAngleBetweenThreeFixedPointCoordinates(const CoordinateT | |||||||
|     return angle; |     return angle; | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| 
 |  | ||||||
| #endif // COMPUTE_ANGLE_H
 | #endif // COMPUTE_ANGLE_H
 | ||||||
|  | |||||||
| @ -36,6 +36,7 @@ extern "C" { | |||||||
| 
 | 
 | ||||||
| #include <boost/filesystem/convenience.hpp> | #include <boost/filesystem/convenience.hpp> | ||||||
| #include <luabind/luabind.hpp> | #include <luabind/luabind.hpp> | ||||||
|  | 
 | ||||||
| #include <iostream> | #include <iostream> | ||||||
| #include <string> | #include <string> | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -30,10 +30,6 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | |||||||
| 
 | 
 | ||||||
| #include <cmath> | #include <cmath> | ||||||
| 
 | 
 | ||||||
| #ifndef M_PI |  | ||||||
| #define M_PI 3.14159265358979323846 |  | ||||||
| #endif |  | ||||||
| 
 |  | ||||||
| inline double y2lat(const double a) | inline double y2lat(const double a) | ||||||
| { | { | ||||||
|     return 180. / M_PI * (2. * atan(exp(a * M_PI / 180.)) - M_PI / 2.); |     return 180. / M_PI * (2. * atan(exp(a * M_PI / 180.)) - M_PI / 2.); | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user