Added #ifdef HAVE_GNUPLOT for Windows compatibility
This commit is contained in:
parent
b1220d189b
commit
6b0cfffe09
8 changed files with 38 additions and 6 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Reference in a new issue