WAVEWATCH III  beta 0.0.1
ctest.F90
Go to the documentation of this file.
1 #include "w3macros.h"
2 !/ ------------------------------------------------------------------- /
3 SUBROUTINE ctest
4  !/
5  !/ +-----------------------------------+
6  !/ | WAVEWATCH III NOAA/NCEP |
7  !/ | H. L. Tolman |
8  !/ | FORTRAN 90 |
9  !/ | Last update : 29-May-2009 |
10  !/ +-----------------------------------+
11  !/
12  !/ Copyright 2009 National Weather Service (NWS),
13  !/ National Oceanic and Atmospheric Administration. All rights
14  !/ reserved. WAVEWATCH III is a trademark of the NWS.
15  !/ No unauthorized use without permission.
16  !/
17  ! 1. Purpose :
18  !
19  ! This subroutine provides no other purpose than to provide a test
20  ! routine to set up error capturing in the 'comp' script.
21  !
22  ! 10. Source code :
23  !
24  !/ ------------------------------------------------------------------- /
25  IMPLICIT NONE
26  !
27  INTEGER IENT0, IENT1
28  !
29  ! The next line MIGHT generate a warning, depending on the compiler
30  !
31  ient1 = ient0
32  !
33  ! Activate this line to generate an error or warning
34  !
35  ! IENT = 0
36  !
37  ! Activate this line to generate an error
38  !
39  ! IENT == 0
40  !
41  RETURN
42  !/
43  !/ End of CTEST ----------------------------------------------------- /
44  !/
45 END SUBROUTINE ctest
ctest
subroutine ctest
Definition: ctest.F90:4