Mentions légales du service

Skip to content
Snippets Groups Projects
Commit e6e6c657 authored by Nicolas Bellot's avatar Nicolas Bellot Committed by hhakim
Browse files

oubli fichier commit 1103

parent 741fa57e
Branches
No related tags found
No related merge requests found
......@@ -215,8 +215,12 @@ template<typename FPP>
void write_faust_core_into_matvar(const Faust::Transform<FPP,Cpu> core, matvar_t** matvar, const char* variableName)
{
std::vector<Faust::MatSparse<FPP,Cpu> > sparse_facts;
core.get_facts(sparse_facts);
// TODO : not compatible with faust mat generic
cerr << "error in write_faust_core_into_matvar(...) : TODO NOT COMPATIBLE with Faust_Transform since they used MatGeneric as factor "<< endl;
exit(EXIT_FAILURE);
std::vector<Faust::MatSparse<FPP,Cpu> > sparse_facts;
//core.get_facts(sparse_facts);
write_faust_spmat_list_into_matvar(sparse_facts,matvar,variableName);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment