Mentions légales du service

Skip to content
Snippets Groups Projects
Commit de6d8c43 authored by hhakim's avatar hhakim
Browse files

rename mex faust_prox.h* files to avoid confusion with C++ faust.prox.h*.

parent 1ddd3973
Branches
Tags
No related merge requests found
......@@ -47,5 +47,5 @@ template <typename SCALAR, FDevice DEV>
void faust_prox(const mxArray **prhs, const int nrhs, mxArray **plhs, const int nlhs);
template <typename SCALAR, FDevice DEV>
void faust_prox_blockdiag(const mxArray **prhs, const int nrhs, mxArray **plhs, const int nlhs);
#include "faust_prox.hpp"
#include "faust_mex_prox.hpp"
#endif
#include "class_handle.hpp"
#include "faust_TransformHelper.h"
template <typename SCALAR, FDevice DEV>
void faust_prox(const mxArray **prhs, const int nrhs, mxArray **plhs, const int nlhs)
{
......
......@@ -94,7 +94,7 @@
#include "faust_mul_scalar.h"
#include "faust_cat.h"
#include "faust_subsref.h"
#include "faust_prox.h"
#include "faust_mex_prox.h"
#include "faust_isreal.h"
#include "faust_fourier.h"
#include "faust_hadamard.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment