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

Annotation of /trunk/dyn3d/academic.f

Parent Directory Parent Directory | Revision Log Revision Log


Revision 76 - (hide annotations)
Fri Nov 15 18:45:49 2013 UTC (10 years, 7 months ago) by guez
Original Path: trunk/dyn3d/academic.f90
File size: 231 byte(s)
Moved everything out of libf.
1 guez 3 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