Changeset 810 for trunk/src/series/civ_input.m
- Timestamp:
- Aug 13, 2014, 3:01:27 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/series/civ_input.m
r801 r810 8 8 % INPUT: 9 9 % Param: Matlab structure containing the input parameters set by the GUI 10 11 %======================================================================= 12 % Copyright 2008-2014, LEGI UMR 5519 / CNRS UJF G-INP, Grenoble, France 13 % http://www.legi.grenoble-inp.fr 14 % Joel.Sommeria - Joel.Sommeria (A) legi.cnrs.fr 10 15 % 11 %AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA12 % Copyright 2011-2014, LEGI / CNRS UJF G-INP, Joel.Sommeria@legi.grenoble-inp.fr13 %AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA14 16 % This file is part of the toolbox UVMAT. 15 17 % 16 18 % UVMAT is free software; you can redistribute it and/or modify 17 % it under the terms of the GNU General Public License as published by18 % the Free Software Foundation; either version 2 of the License, or19 % (at your option) any later version.19 % it under the terms of the GNU General Public License as published 20 % by the Free Software Foundation; either version 2 of the license, 21 % or (at your option) any later version. 20 22 % 21 23 % UVMAT is distributed in the hope that it will be useful, 22 24 % but WITHOUT ANY WARRANTY; without even the implied warranty of 23 25 % MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 24 % GNU General Public License (file UVMAT/COPYING.txt) for more details. 25 %AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA 26 % GNU General Public License (see LICENSE.txt) for more details. 27 %======================================================================= 28 26 29 function varargout = civ_input(varargin) 27 30
Note: See TracChangeset
for help on using the changeset viewer.