Skip to content
Snippets Groups Projects
Commit ce6f57a5 authored by Stéphane Adjemian's avatar Stéphane Adjemian
Browse files

Fixed bug. Removed file extension.

parent 118a8233
No related branches found
No related tags found
No related merge requests found
...@@ -52,7 +52,9 @@ function [freq,init,data,varlist] = load_m_file_data(file) ...@@ -52,7 +52,9 @@ function [freq,init,data,varlist] = load_m_file_data(file)
% AUTHOR(S) stephane DOT adjemian AT univ DASH lemans DOT fr % AUTHOR(S) stephane DOT adjemian AT univ DASH lemans DOT fr
run(file); [basename, ext] = strtok(file,'.');
run(basename);
if exist('INIT__','var') if exist('INIT__','var')
init = dynDate(INIT__); init = dynDate(INIT__);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment