bug typo correction

git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1540 ac1d8469-bf42-47a9-8791-bf33cf982152
time-shift
michel 2008-01-05 17:04:09 +00:00
parent 28a5422625
commit d2ed461f78
1 changed files with 2 additions and 2 deletions

View File

@ -2,9 +2,9 @@
#include "mex.h"
#if defined(__linux__)
# define DGGES dgees_
# define DGGES dgges_
#else
# define DGGES dgees
# define DGGES dgges
#endif
/* GAUSS interface */