diff options
Diffstat (limited to 'docs/index.html')
| -rw-r--r-- | docs/index.html | 11 | 
1 files changed, 5 insertions, 6 deletions
| diff --git a/docs/index.html b/docs/index.html index fcb9c90b..fe334eb8 100644 --- a/docs/index.html +++ b/docs/index.html @@ -14,11 +14,10 @@  <meta property="og:description" content="Calculation routines based on the FOCUS Kinetics Report (2006,    2014).  Includes a function for conveniently defining differential equation    models, model solution based on eigenvalues if possible or using numerical -  solvers and a choice of the optimisation methods made available by the FME -  package.  If a C compiler (on windows: Rtools) is installed, differential -  equation models are solved using compiled C functions.  Please note that no -  warranty is implied for correctness of results or fitness for a particular -  purpose."> +  solvers.  If a C compiler (on windows: Rtools) is installed, differential +  equation models are solved using automatically generated C functions.  Please +  note that no warranty is implied for correctness of results or fitness for a +  particular purpose.">  <meta name="twitter:card" content="summary">  <!-- mathjax --><script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js" integrity="sha256-nvJJv9wWKEm88qvoQl9ekL2J+k/RWIsaSScxxlsrv8k=" crossorigin="anonymous"></script><script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/config/TeX-AMS-MML_HTMLorMML.js" integrity="sha256-84DKXVJXs0/F8OTMzX4UR909+jtl4G7SPypPavF+GfA=" crossorigin="anonymous"></script><!--[if lt IE 9]>  <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script> @@ -38,7 +37,7 @@        </button>        <span class="navbar-brand">          <a class="navbar-link" href="index.html">mkin</a> -        <span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="Released version">0.9.49.8</span> +        <span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="Released version">0.9.49.9</span>        </span>      </div> | 
