summaryrefslogtreecommitdiff
path: root/inst/examples/test_functions/stk_testfun_twobumps.m
diff options
context:
space:
mode:
Diffstat (limited to 'inst/examples/test_functions/stk_testfun_twobumps.m')
-rw-r--r--inst/examples/test_functions/stk_testfun_twobumps.m25
1 files changed, 10 insertions, 15 deletions
diff --git a/inst/examples/test_functions/stk_testfun_twobumps.m b/inst/examples/test_functions/stk_testfun_twobumps.m
index 4401d20..26d3594 100644
--- a/inst/examples/test_functions/stk_testfun_twobumps.m
+++ b/inst/examples/test_functions/stk_testfun_twobumps.m
@@ -10,17 +10,20 @@
%
% for x in [-1.0; 1.0].
-% Copyright Notice
+% Authors
%
-% Copyright (C) 2016 CentraleSupelec
+% Julien Bect <julien.bect@centralesupelec.fr>
+% Emmanuel Vazquez <emmanuel.vazquez@centralesupelec.fr>
+
+% Copying Permission Statement (this file)
%
-% Authors: Julien Bect <julien.bect@centralesupelec.fr>
-% Emmanuel Vazquez <emmanuel.vazquez@centralesupelec.fr>
+% To the extent possible under law, CentraleSupelec has waived all
+% copyright and related or neighboring rights to
+% stk_testfun_twobumps.m. This work is published from France.
%
-% This response function (its opposite, actually) has been present as an
-% example in the STK toolbox since the very first releases (STK 1.0, 2011).
+% License: CC0 <http://creativecommons.org/publicdomain/zero/1.0/>
-% Copying Permission Statement (STK toolbox)
+% Copying Permission Statement (STK toolbox as a whole)
%
% This file is part of
%
@@ -40,14 +43,6 @@
% You should have received a copy of the GNU General Public License
% along with STK. If not, see <http://www.gnu.org/licenses/>.
-% Copying Permission Statement (this file)
-%
-% To the extent possible under law, Julien Bect and Emmanuel Vazquez
-% have waived all copyright and related or neighboring rights to
-% stk_testfun_twobumps.m. This work is published from France.
-%
-% License: CC0 <http://creativecommons.org/publicdomain/zero/1.0/>
-
function z = stk_testfun_twobumps (x)
x = double (x);