You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
470 B
Matlab

7 years ago
% SBEACH toolbox - fsbeach_writecfg
% Written by Joshua Simmons 11/2017
% Syntax:
% wavesout = fsbeach_writecfg(outpath,standard_settings,varargin)
%
% Input:
% outpath: output path for CFG file
% standard_settings: standard settings for bathy, waves, tide etc.
%
% varargin = sbeach settings
%
% Output:
% cfg = all config settings
function fsbeach_writecfg(outpath,name,OPT)
writetofilecfg(OPT, outpath, name);
end