include path for error.h
This commit is contained in:
parent
57c9b44c73
commit
1cbe685d4c
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue