source: ether_megapoli/trunk/service/implementation/gov2/noaa/pmel/util/Debug.java @ 192

Last change on this file since 192 was 192, checked in by vmipsl, 13 years ago

Servlet _ Contour en cours _ package gov2

File size: 493 bytes
Line 
1/*
2 * $Id: Debug.java,v 1.14 2000/11/02 21:23:48 dwd Exp $
3 */
4
5package gov.noaa.pmel.util
6;
7/**
8 * For debugging only
9 */
10public class Debug {
11  public static final boolean DEBUG = false;
12  public static final boolean DRAW_TRACE = false;
13  public static final boolean TAXIS = false;
14  /**
15   * Write debug statements related to internal sgt
16   * events.
17   */
18  public static final boolean EVENT = false;
19  /**
20   * Debug for contouring
21   */
22  public static final boolean CONTOUR = false;
23}
Note: See TracBrowser for help on using the repository browser.