9a99763
diff -ur root-6.06.02.orig/math/physics/inc/TVector2.h root-6.06.02/math/physics/inc/TVector2.h
9a99763
--- root-6.06.02.orig/math/physics/inc/TVector2.h	2016-03-03 10:36:03.000000000 +0100
9a99763
+++ root-6.06.02/math/physics/inc/TVector2.h	2016-03-06 19:07:23.115476536 +0100
9a99763
@@ -96,7 +96,8 @@
9a99763
    TVector2 Rotate (Double_t phi) const;
9a99763
 
9a99763
                                         // returns phi angle in the interval [0,2*PI)
9a99763
-   static Double_t Phi_0_2pi(Double_t x);                                                                               // returns phi angle in the interval
9a99763
+   static Double_t Phi_0_2pi(Double_t x);
9a99763
+
9a99763
                                         // returns phi angle in the interval [-PI,PI)
9a99763
    static Double_t Phi_mpi_pi(Double_t x);
9a99763