v4 matlab/mex:

* fixed problem with compilation of simulate DLL under Linux x86-64
* updated binaries for Linux x86-64 + Matlab 7.5


git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1685 ac1d8469-bf42-47a9-8791-bf33cf982152
time-shift
michel 2008-02-03 09:59:21 +00:00
parent a34ce9e3b7
commit 4dc23e191e
7 changed files with 1 additions and 2 deletions

Binary file not shown.

Binary file not shown.

BIN
matlab/mex/2007b/simulate.mexa64 Executable file

Binary file not shown.

View File

@ -22,7 +22,6 @@
LinBCG::LinBCG()
{
ijat_p=NULL;
}

View File

@ -51,7 +51,7 @@ public:
NRVec(const NRVec &rhs); // Copy constructor
NRVec & operator=(const NRVec &rhs); //assignment
NRVec & operator=(const T &a); //assign a to every element
NRVec & operator=(const T* rhs);
// NRVec & operator=(const T* rhs);
inline T & operator[](const int i); //i'th element
inline const T & operator[](const int i) const;
inline int size() const;