diff --git a/ModFile.cc b/ModFile.cc
index bbdb1c4d40544c37c065100d1f278a77cc2e3b3c..503a45bfb8ee151334687f3651884dad8e6bdd39 100644
--- a/ModFile.cc
+++ b/ModFile.cc
@@ -324,7 +324,7 @@ ModFile::computingPass(bool no_tmp_terms)
               bool hessian = mod_file_struct.order_option >= 2 || mod_file_struct.identification_present;
               bool thirdDerivatives = mod_file_struct.order_option == 3;
               bool paramsDerivatives = mod_file_struct.identification_present;
-              dynamic_model.computingPass(true, hessian, thirdDerivatives, paramsDerivatives, global_eval_context, no_tmp_terms, false, use_dll, byte_code);
+              dynamic_model.computingPass(true, hessian, thirdDerivatives, paramsDerivatives, global_eval_context, no_tmp_terms, block, use_dll, byte_code);
             }
         }
       else