source: ether_statistics/service/implementation/gov/noaa/pmel/util/Debug.java @ 569

Last change on this file since 569 was 569, checked in by vmipsl, 12 years ago

Nouveau projet

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.