Changed some includes for the new dir structure
This commit is contained in:
parent
6c79787c43
commit
b6c506643a
1 changed files with 3 additions and 1 deletions
|
|
@ -10,12 +10,14 @@ typedef EO<float> Chrom;
|
||||||
|
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
|
|
||||||
main()
|
int main()
|
||||||
{
|
{
|
||||||
Chrom chrom1, chrom2;
|
Chrom chrom1, chrom2;
|
||||||
|
|
||||||
cout << "chrom1 = " << chrom1 << endl
|
cout << "chrom1 = " << chrom1 << endl
|
||||||
<< "chrom2 = " << chrom2 << endl;
|
<< "chrom2 = " << chrom2 << endl;
|
||||||
|
|
||||||
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
|
|
|
||||||
Reference in a new issue