Added #ifdef HAVE_GNUPLOT for Windows compatibility

This commit is contained in:
tlegrand 2007-09-19 11:45:19 +00:00
commit 6b0cfffe09
8 changed files with 38 additions and 6 deletions

View file

@ -24,7 +24,7 @@ double real_value (const Particle & _particle)
}
main()
int main()
{
const unsigned int VEC_SIZE = 2;
const unsigned int POP_SIZE = 20;