85bd10da37f403d155c4434d90edcd146e682948 braney Mon May 15 13:03:32 2017 -0700 add sorting to composite wiggles. diff --git src/optimalLeaf/general.hh src/optimalLeaf/general.hh new file mode 100644 index 0000000..bd75f56 --- /dev/null +++ src/optimalLeaf/general.hh @@ -0,0 +1,16 @@ +#ifndef GENERAL_HH +#define GENERAL_HH + +const int rightTree = 2; +const int leftTree = 1; +const float maxInf = 10000; +const float minInf = -10000; +const float maxDiff = 1; +const float maxAdd = 2; +const int FALSE = 0; +const int TRUE = 1; +const int left = 1; +const int right = 2; +const int descLen = 2000; +const int orfLen = 300; +#endif