/[lmdze]/trunk/libf/phylmd/Radlwsw/raddimlw.f90
ViewVC logotype

Contents of /trunk/libf/phylmd/Radlwsw/raddimlw.f90

Parent Directory Parent Directory | Revision Log Revision Log


Revision 24 - (show annotations)
Wed Mar 3 13:23:49 2010 UTC (14 years, 2 months ago) by guez
File size: 279 byte(s)
Created directory "phylmd/Radlwsw". Split "radlwsw.f" in files
containing a single procedure.

Removed variable "itaufinp1" in "leapfrog".

1 module raddimlw
2
3 ! From phylmd/raddimlw.h,v 1.1.1.1 2004/05/19 12:53:09
4
5 implicit none
6
7 INTEGER NUA
8 PARAMETER (NUA=24)
9 INTEGER NTRA
10 PARAMETER (NTRA=15)
11 INTEGER Ninter
12 PARAMETER (Ninter=6)
13 INTEGER NG1, NG1P1
14 PARAMETER (NG1=2, NG1P1=NG1+1)
15
16 end module raddimlw

Properties

Name Value
svn:eol-style native

  ViewVC Help
Powered by ViewVC 1.1.21