forked from aduong/Paradigm
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcommon.h
More file actions
15 lines (12 loc) · 678 Bytes
/
Copy pathcommon.h
File metadata and controls
15 lines (12 loc) · 678 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/********************************************************************************/
/* Copyright 2009-2011 -- The Regents of the University of California */
/* This code is provided for research purposes to scientists at non-profit */
/* organizations. All other use is strictly prohibited. For further */
/* details please contact University of California, Santa Cruz or */
/* Five3 Genomics, LLC (http://five3genomics.com). */
/********************************************************************************/
#ifndef HEADER_DIGMA_COMMON_H
#define HEADER_DIGMA_COMMON_H
// globals - these are defined in externVars.cpp
extern bool VERBOSE;
#endif