summaryrefslogtreecommitdiff
path: root/Physikunit.pas
diff options
context:
space:
mode:
Diffstat (limited to 'Physikunit.pas')
-rw-r--r--Physikunit.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/Physikunit.pas b/Physikunit.pas
index 2102877..17044d4 100644
--- a/Physikunit.pas
+++ b/Physikunit.pas
@@ -2165,7 +2165,7 @@ end;
function fourierWindow(x: extended): extended;
begin
- result:=exp(-sqr(3*x));
+ result:=__fourierWindowOfX;
end;
initialization