summaryrefslogtreecommitdiff
path: root/src/phenotypebinary.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/phenotypebinary.h')
-rw-r--r--src/phenotypebinary.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/phenotypebinary.h b/src/phenotypebinary.h
index 72435ed..cbae392 100644
--- a/src/phenotypebinary.h
+++ b/src/phenotypebinary.h
@@ -19,6 +19,9 @@ namespace Genetic
19 int iCount, int iDest=-1 ); 19 int iCount, int iDest=-1 );
20 virtual Bu::String toString(); 20 virtual Bu::String toString();
21 21
22 void extractBits( uint32_t &rTarget, int iStart, int iBits );
23 void extractBits( uint64_t &rTarget, int iStart, int iBits );
24
22 private: 25 private:
23 int iSize; 26 int iSize;
24 int iWords; 27 int iWords;