Changed some includes for the new dir structure

This commit is contained in:
mac 2000-03-22 17:09:36 +00:00
commit b6c506643a

View file

@ -10,12 +10,14 @@ typedef EO<float> Chrom;
//-----------------------------------------------------------------------------
main()
int main()
{
Chrom chrom1, chrom2;
cout << "chrom1 = " << chrom1 << endl
<< "chrom2 = " << chrom2 << endl;
return 1;
}
//-----------------------------------------------------------------------------