Changeset 809 for trunk/src/fileparts_uvmat.m
- Timestamp:
- Aug 13, 2014, 2:47:15 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/fileparts_uvmat.m
r575 r809 26 26 %INPUT: 27 27 %FileInput: complete name of the file, including path 28 29 %======================================================================= 30 % Copyright 2008-2014, LEGI UMR 5519 / CNRS UJF G-INP, Grenoble, France 31 % http://www.legi.grenoble-inp.fr 32 % Joel.Sommeria - Joel.Sommeria (A) legi.cnrs.fr 33 % 34 % This file is part of the toolbox UVMAT. 35 % 36 % UVMAT is free software; you can redistribute it and/or modify 37 % it under the terms of the GNU General Public License as published 38 % by the Free Software Foundation; either version 2 of the license, 39 % or (at your option) any later version. 40 % 41 % UVMAT is distributed in the hope that it will be useful, 42 % but WITHOUT ANY WARRANTY; without even the implied warranty of 43 % MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 44 % GNU General Public License (see LICENSE.txt) for more details. 45 %======================================================================= 28 46 29 47 function [RootPath,SubDir,RootFile,i1,i2,j1,j2,FileExt,NomType]=fileparts_uvmat(FileInput)
Note: See TracChangeset
for help on using the changeset viewer.