Mentions légales du service

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

Rename faust_palm4msa.h/hpp to faust_palm4msa2020.h/hpp to avoid confusion...

Rename faust_palm4msa.h/hpp to faust_palm4msa2020.h/hpp to avoid confusion with faust_Palm4MSA.h/hpp (especially on case insensitive systems).
parent 45c5d7f2
Branches
Tags
No related merge requests found
......@@ -32,7 +32,7 @@
/* <https://hal.archives-ouvertes.fr/hal-01167958v1> */
/****************************************************************************/
#include "matio.h"
#include "faust_palm4msa.h"
#include "faust_palm4msa2020.h"
#include <string>
#include <chrono>
#include "faust_init_from_matio.h"
......
#ifndef __FAUST_HIERARCHICAL__
#define __FAUST_HIERARCHICAL__
#include "faust_palm4msa.h"
#include "faust_palm4msa2020.h"
namespace Faust
{
template<typename FPP, Device DEVICE>
......
......@@ -49,5 +49,5 @@ namespace Faust
const unsigned int norm2_max_iter=FAUST_NORM2_MAX_ITER);
}
#include "faust_palm4msa.hpp"
#include "faust_palm4msa2020.hpp"
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment