1%NFST_SET_F Set function values in plan
2%   Copyright (c) 2002, 2017 Jens Keiner, Stefan Kunis, Daniel Potts
3
4% Copyright (c) 2002, 2017 Jens Keiner, Stefan Kunis, Daniel Potts
5%
6% This program is free software; you can redistribute it and/or modify it under
7% the terms of the GNU General Public License as published by the Free Software
8% Foundation; either version 2 of the License, or (at your option) any later
9% version.
10%
11% This program is distributed in the hope that it will be useful, but WITHOUT
12% ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
13% FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more
14% details.
15%
16% You should have received a copy of the GNU General Public License along with
17% this program; if not, write to the Free Software Foundation, Inc., 51
18% Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
19function nfst_set_f(p,f)
20
21nfstmex('set_f',p,f)
22