/[lmdze]/trunk/libf/dyn3d/academic.f90
ViewVC logotype

Contents of /trunk/libf/dyn3d/academic.f90

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3 - (show annotations)
Wed Feb 27 13:16:39 2008 UTC (16 years, 2 months ago) by guez
File size: 231 byte(s)
Initial import
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