Browse Source

include path for error.h

h_vogt 15 years ago
parent
commit
1cbe685d4c
  1. 3
      ChangeLog
  2. 2
      src/frontend/numparam/xpressn.c

3
ChangeLog

@ -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

2
src/frontend/numparam/xpressn.c

@ -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…
Cancel
Save