diff --git a/bin/restituteCV b/bin/restituteCV
index 2bf8105d3cc556526b9fc0c09256bfd87acc74e2..9693d79b5ae8aa104fa02418b0addce6d00d09c7 100755
--- a/bin/restituteCV
+++ b/bin/restituteCV
@@ -283,6 +283,9 @@ def run(args, job):
     # we use tuning here only for measuring CV
     args.conv = False
 
+    # Use 3D mesh
+    args.surf = False
+
     # determine CVs
     print('{:>6s} {:>8s}'.format('CI', 'CV'))
     print('{:>6s} {:>8s}'.format('[ms]', '[m/s]'))