From ce65c30264be9683dd3a59b35730d2f31e02d37f Mon Sep 17 00:00:00 2001 From: John Glover Date: Thu, 21 Oct 2010 13:39:28 +0100 Subject: Changed from floats to doubles in the C/C++ code, makes Python integration a bit easier. Fixed a bug that would cause SndObjSynthesis to crash if peak values were floats. --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'SConstruct') diff --git a/SConstruct b/SConstruct index 416180b..8e8e75e 100644 --- a/SConstruct +++ b/SConstruct @@ -252,4 +252,4 @@ else: modules.extend(python_modules) for module in modules: - env.InstallAs(os.path.join(python_install_dir, module), module) \ No newline at end of file + env.InstallAs(os.path.join(python_install_dir, module), module) -- cgit v1.2.3