Skip to content
Snippets Groups Projects
Commit f6b94bb3 authored by Yoann Guilhem's avatar Yoann Guilhem Committed by Nicola Vigano
Browse files

Bugfix for gtTIFVolWriter

git-svn-id: https://svn.code.sf.net/p/dct/code/trunk@945 4c865b51-4357-4376-afb4-474e03ccb993
parent 87a3a63b
No related branches found
No related tags found
No related merge requests found
......@@ -200,7 +200,7 @@ if strcmpi(params.mode, 'single')
if isempty(fext)
filename = fullfile(fpath, [fname '.' params.filext]);
else
filename = fullfile(fpath, [fname '.' fext]);
filename = fullfile(fpath, [fname fext]);
end
% Check existence of output file to delete it before writing
......
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