/[lmdze]/trunk/dyn3d/academic.f
ViewVC logotype

Contents of /trunk/dyn3d/academic.f

Parent Directory Parent Directory | Revision Log Revision Log


Revision 82 - (show annotations)
Wed Mar 5 14:57:53 2014 UTC (10 years, 2 months ago) by guez
File size: 231 byte(s)
Changed all ".f90" suffixes to ".f".
1 module academic
2
3 ! From dyn3d/academic.h,v 1.1.1.1 2004/05/19 12:53:05
4
5 use dimens_m, only: iim, jjm, llm
6
7 implicit none
8
9 private iim, jjm, llm
10
11 real tetarappel((iim + 1) * (jjm + 1), llm), taurappel
12
13 end module academic

  ViewVC Help
Powered by ViewVC 1.1.21