summaryrefslogtreecommitdiff
path: root/inst/arrays/@stk_dataframe/private/reserved_field_names.m
diff options
context:
space:
mode:
Diffstat (limited to 'inst/arrays/@stk_dataframe/private/reserved_field_names.m')
-rw-r--r--inst/arrays/@stk_dataframe/private/reserved_field_names.m5
1 files changed, 3 insertions, 2 deletions
diff --git a/inst/arrays/@stk_dataframe/private/reserved_field_names.m b/inst/arrays/@stk_dataframe/private/reserved_field_names.m
index 4660232..8d462d0 100644
--- a/inst/arrays/@stk_dataframe/private/reserved_field_names.m
+++ b/inst/arrays/@stk_dataframe/private/reserved_field_names.m
@@ -2,6 +2,7 @@
% Copyright Notice
%
+% Copyright (C) 2020 CentraleSupelec
% Copyright (C) 2013, 2014 SUPELEC
%
% Author: Julien Bect <julien.bect@centralesupelec.fr>
@@ -11,7 +12,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
@@ -28,6 +29,6 @@
function c = reserved_field_names ()
-c = {'data', 'info', 'rownames', 'colnames'};
+c = {'data'; 'info'; 'rownames'; 'colnames'; 'sample_size'};
end % function