From 2c952a3e9f031a6367219f8213b9cb1860036746 Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Wed, 16 May 2012 23:12:56 +0700 Subject: [PATCH] Changed comment in header of rotate_angle. --- src/physics.F90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/physics.F90 b/src/physics.F90 index 82ac231141..b5a33782a9 100644 --- a/src/physics.F90 +++ b/src/physics.F90 @@ -1259,7 +1259,7 @@ contains real(8), intent(inout) :: u real(8), intent(inout) :: v real(8), intent(inout) :: w - real(8), intent(in) :: mu ! cosine of angle in lab + real(8), intent(in) :: mu ! cosine of angle in lab or CM real(8) :: phi ! azimuthal angle real(8) :: sinphi ! sine of azimuthal angle