diff --git a/doc/manual/source/the-model-file.rst b/doc/manual/source/the-model-file.rst index a9c154ab4b4e44db82d5a49136d5aa33475da9b2..e188c242ea3c1c7f0a733be1e085bbad19e4e7ec 100644 --- a/doc/manual/source/the-model-file.rst +++ b/doc/manual/source/the-model-file.rst @@ -925,9 +925,8 @@ The model is declared inside a ``model`` block: libraries (DLL) containing the model equations and derivatives, instead of writing those in M-files. You need a working compilation environment, i.e. a working ``mex`` - command (see :ref:`compil-install` for more details). On - MATLAB for Windows, you will need to also pass the compiler - name at the command line. Using this option can result in + command (see :ref:`compil-install` for more details). + Using this option can result in faster simulations or estimations, at the expense of some initial compilation time. [#f2]_