summaryrefslogtreecommitdiff
path: root/inst/examples/01_kriging_basics/stk_example_kb08.m
diff options
context:
space:
mode:
Diffstat (limited to 'inst/examples/01_kriging_basics/stk_example_kb08.m')
-rw-r--r--inst/examples/01_kriging_basics/stk_example_kb08.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/inst/examples/01_kriging_basics/stk_example_kb08.m b/inst/examples/01_kriging_basics/stk_example_kb08.m
index 72f2fb4..247d06f 100644
--- a/inst/examples/01_kriging_basics/stk_example_kb08.m
+++ b/inst/examples/01_kriging_basics/stk_example_kb08.m
@@ -18,7 +18,7 @@
% This file is part of
%
% STK: a Small (Matlab/Octave) Toolbox for Kriging
-% (http://sourceforge.net/projects/kriging)
+% (https://github.com/stk-kriging/stk/)
%
% STK is free software: you can redistribute it and/or modify it under
% the terms of the GNU General Public License as published by the Free
@@ -55,7 +55,7 @@ xi_ind = ref.xi_ind;
%% Specification of the model
-model = stk_model ('stk_materncov_iso');
+model = stk_model (@stk_materncov_iso);
% Parameters for the Matern covariance
% ("help stk_materncov_iso" for more information)