doc: fix typo

time-shift
Houtan Bastani 2019-12-04 14:46:44 +01:00
parent dec7d4fdb4
commit fa493bc10a
No known key found for this signature in database
GPG Key ID: 000094FB955BE169
3 changed files with 4 additions and 4 deletions

View File

@ -125,7 +125,7 @@ Compiler installation
Prerequisites on Windows Prerequisites on Windows
------------------------ ------------------------
There is no prerequisites on Windows. Dynare now ships a compilation There are no prerequisites on Windows. Dynare now ships a compilation
environment that can be used with the :opt:`use_dll` option. environment that can be used with the :opt:`use_dll` option.

View File

@ -36,7 +36,7 @@ by the ``dynare`` command.
first line of the ``.mod`` file itself (see below). first line of the ``.mod`` file itself (see below).
dynare begins by launching the preprocessor on the ``.mod dynare begins by launching the preprocessor on the ``.mod
file``. By default (unless ``use_dll`` option has been given to file``. By default (unless the :opt:`use_dll` option has been given to
``model``), the preprocessor creates three intermediary files: ``model``), the preprocessor creates three intermediary files:
- ``+FILENAME/driver.m`` - ``+FILENAME/driver.m``
@ -364,7 +364,7 @@ by the ``dynare`` command.
.. option:: fast .. option:: fast
Only useful with model option ``use_dll``. Dont recompile the Only useful with model option :opt:`use_dll`. Dont recompile the
MEX files when running again the same model file and the lists MEX files when running again the same model file and the lists
of variables and the equations havent changed. We use a 32 of variables and the equations havent changed. We use a 32
bit checksum, stored in ``<model filename>/checksum``. There bit checksum, stored in ``<model filename>/checksum``. There

View File

@ -620,7 +620,7 @@ MODEL_EXPRESSION and EXPRESSION:
.. function:: cbrt(x) .. function:: cbrt(x)
Cubic root. Cube root.
.. function:: sign(x) .. function:: sign(x)