Skip to content
Snippets Groups Projects
Commit ffba7308 authored by jacques.grelet_ird.fr's avatar jacques.grelet_ird.fr
Browse files

remove tsg.file.versn from filepart function

parent 98644650
No related branches found
No related tags found
No related merge requests found
......@@ -64,7 +64,7 @@ automaticQC( hMainFig )
% populate tsg.file structure
% ---------------------------
[tsg.file.pathstr, tsg.file.name, tsg.file.ext, tsg.file.versn] = ...
[tsg.file.pathstr, tsg.file.name, tsg.file.ext] = ...
fileparts(filename);
tsg.file.type = 'NETCDF';
......@@ -162,7 +162,7 @@ automaticQC( hMainFig )
% populate tsg.file structure
% ---------------------------
[tsg.file.pathstr, tsg.file.name, tsg.file.ext, tsg.file.versn] = ...
[tsg.file.pathstr, tsg.file.name, tsg.file.ext] = ...
fileparts(filename);
tsg.file.type = 'NETCDF';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment