@ -1,3 +1,6 @@
2011-08-11 Holger Vogt
* xpressn.c: correct #include path for error.h
2011-08-10 Holger Vogt
* evtplot.c: initilize 'value' to 0
* xpressn.c: improved error message
@ -16,7 +16,7 @@
#include "dvec.h"
#include "../frontend/variable.h"
#include "compatmode.h"
#include "error.h"
#include "../frontend/error.h"
/* random numbers in /maths/misc/randnumb.c */
extern double gauss0(void);