voz1b1_2 compiles and links now.

This commit is contained in:
Guilhem Lavaux 2013-06-11 10:26:50 +02:00
parent 51efae2e09
commit 26132586c0
3 changed files with 72 additions and 52 deletions

View file

@ -8,7 +8,8 @@ struct PositionData
float *xyz[3];
pid_t np;
float xyz_min[3], xyz_max[3];
float V0;
void destroy()
{
for (int j = 0; j < 3; j++)