source: LMDZ5/trunk/tools/Max_diff_nc_with_lib/NR_util/nr_util.f90 @ 1907

Last change on this file since 1907 was 1907, checked in by lguez, 10 years ago

Added a copyright property to every file of the distribution, except
for the fcm files (which have their own copyright). Use svn propget on
a file to see the copyright. For instance:

$ svn propget copyright libf/phylmd/physiq.F90
Name of program: LMDZ
Creation date: 1984
Version: LMDZ5
License: CeCILL version 2
Holder: Laboratoire de m\'et\'eorologie dynamique, CNRS, UMR 8539
See the license file in the root directory

Also added the files defining the CeCILL version 2 license, in French
and English, at the top of the LMDZ tree.

  • Property copyright set to
    Name of program: LMDZ
    Creation date: 1984
    Version: LMDZ5
    License: CeCILL version 2
    Holder: Laboratoire de m\'et\'eorologie dynamique, CNRS, UMR 8539
    See the license file in the root directory
File size: 622 bytes
Line 
1module nr_util
2
3  ! Modules used in alphabetical order.
4
5  use array_copy_m
6  use arth_m
7  use assert_eq_m
8  use assert_m
9  use cumprod_m
10  use cumsum_m
11  use diagadd_m
12  use diagmult_m
13  use geop_m
14  use get_diag_m
15  use ifirstloc_m
16  use imaxloc_m
17  use iminloc_m
18  use lower_triangle_m
19  use nrerror_m
20  use nrtype
21  use outerand_m
22  use outerdiff_m
23  use outerdiv_m
24  use outerprod_m
25  use outersum_m
26  use poly_m
27  use poly_term_m
28  use put_diag_m
29  use reallocate_m
30  use scatter_add_m
31  use scatter_max_m
32  use swap_m
33  use unit_matrix_m
34  use upper_triangle_m
35  use vabs_m
36  use zroots_unity_m
37
38end module nr_util
Note: See TracBrowser for help on using the repository browser.