fix examples using binary_value
This commit is contained in:
parent
b03bd951e0
commit
01e44cf828
7 changed files with 143 additions and 129 deletions
|
|
@ -17,7 +17,7 @@ int main()
|
|||
cout << "chrom1 = " << chrom1 << endl
|
||||
<< "chrom2 = " << chrom2 << endl;
|
||||
|
||||
return 1;
|
||||
return 0;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
|
|
|
|||
Reference in a new issue