Mentions légales du service

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

Fix config .mat filepath error.

parent 8e982f99
Branches
Tags
No related merge requests found
......@@ -78,7 +78,7 @@ int main(int argc, char* argv[])
}
Faust::MatDense<FPP,Cpu> data;
char configPalm2Filename[] = "config_compared_palm2.mat";
char configPalm2Filename[] = "@FAUST_CONFIG_MAT_DIR@/config_compared_palm2.mat";
init_faust_mat_from_matio(data, configPalm2Filename, "data");
Faust::ConstraintInt<FPP,Cpu> c1(CONSTRAINT_NAME_SPLIN, 5, 500, 32);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment