File: globals.h

package info (click to toggle)
eigensoft 8.0.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,936 kB
  • sloc: ansic: 33,392; perl: 717; makefile: 104; sh: 10
file content (7 lines) | stat: -rw-r--r-- 127 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
#ifndef _GLOBALS_
#define _GLOBALS_

int numchrom = 22;
int fancynorm = YES, verbose = NO, plotmode = NO, outnum = -1;

#endif