diff --git a/crpptbx/TCV/gdat_tcv.m b/crpptbx/TCV/gdat_tcv.m
index 027196fd75c675c521feebba1c1970f26342a3a2..e70a97e65a8e6414bcf8cefdc620535fe3ef28a7 100644
--- a/crpptbx/TCV/gdat_tcv.m
+++ b/crpptbx/TCV/gdat_tcv.m
@@ -258,7 +258,7 @@ end
 
 % special treatment for model shot=-1 or preparation shot >=100'000
 begstr = '';
-if shot==-1 || shot>=100000 || liuqe_version==-1
+if shot==-1 || (shot>=100000 && shot < 200000) || liuqe_version==-1
   % requires FBTE
   liuqe_version = -1;
   begstr = 'tcv_eq( "';