Skip to content
Snippets Groups Projects
Commit 0316c593 authored by Joan Decker's avatar Joan Decker
Browse files

compatible with derived trees

git-svn-id: https://spcsvn.epfl.ch/repos/TCV/gdat/trunk@9409 d63d8f72-b253-0410-a779-e742ad2e26cf
parent 4c44e892
Branches
Tags
No related merge requests found
......@@ -119,7 +119,7 @@ if length(data_type_eff)>2
liuqe_version = -1;
end
end
if shot==-1 || shot>=100000
if shot==-1 || (shot>=100000 && shot<200000)
% requires FBTE
liuqe_version = -1;
begstr = 'tcv_eq( "';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment