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

Contents of /trunk/Sources/dyn3d/academic.f

Parent Directory Parent Directory | Revision Log Revision Log


Revision 134 - (show annotations)
Wed Apr 29 15:47:56 2015 UTC (9 years ago) by guez
File size: 231 byte(s)
Sources inside, compilation outside.
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