Sunday 23 August 2009

nam-1.11 patch

Just this line.

Manual Edit:
At line 73 of agent.h under nam-1.11 folder, change NULL to 0.

from this, double &corner_x, double &corner_y) const = NULL;
to this, double &corner_x, double &corner_y) const = 0;


Patch file:
http://www.isi.edu/nsnam/dist/nam-1.11.patch

No comments:

Post a Comment