/[lmdze]/trunk/Sources/dyn3d/rotatf.f
ViewVC logotype

Diff of /trunk/Sources/dyn3d/rotatf.f

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

trunk/libf/dyn3d/rotatf.f revision 64 by guez, Wed Aug 29 14:47:17 2012 UTC trunk/dyn3d/rotatf.f revision 76 by guez, Fri Nov 15 18:45:49 2013 UTC
# Line 21  c Line 21  c
21  c  c
22  c   .....  variables en arguments  ......  c   .....  variables en arguments  ......
23  c  c
24        INTEGER klevel        INTEGER, intent(in):: klevel
25        REAL rot( ip1jm,klevel )        REAL rot( ip1jm,klevel )
26        REAL x( ip1jmp1,klevel ), y( ip1jm,klevel )        REAL, intent(in):: x( ip1jmp1,klevel ), y( ip1jm,klevel )
27  c  c
28  c  ...   variables  locales  ...  c  ...   variables  locales  ...
29  c  c

Legend:
Removed from v.64  
changed lines
  Added in v.76

  ViewVC Help
Powered by ViewVC 1.1.21