X-Git-Url: https://scm.cri.minesparis.psl.eu/git/Faustine.git/blobdiff_plain/4ecbf362e0d1d0abb9a7f0e9af8322472f28f7d1..992d59159547267e1491fcd1c5123765b4c452b8:/interpretor/preprocessor/faust-0.9.47mr3/compiler/extended/log10prim.cpp

diff --git a/interpretor/preprocessor/faust-0.9.47mr3/compiler/extended/log10prim.cpp b/interpretor/preprocessor/faust-0.9.47mr3/compiler/extended/log10prim.cpp
index f93cc93..e1c32df 100644
--- a/interpretor/preprocessor/faust-0.9.47mr3/compiler/extended/log10prim.cpp
+++ b/interpretor/preprocessor/faust-0.9.47mr3/compiler/extended/log10prim.cpp
@@ -10,7 +10,7 @@ class Log10Prim : public xtended
 
  public:
  
- 	Log10Prim() : xtended("log10f") {}
+ 	Log10Prim() : xtended("logten") {}
 	
 	virtual unsigned int arity () { return 1; }