Small bug in incompressible docs

This commit is contained in:
Jorrit Wronski
2015-02-11 16:46:25 +01:00
parent 80b75cf28e
commit 5cc1380ba4
2 changed files with 1 additions and 4 deletions

View File

@@ -18,7 +18,7 @@ library.
* **release branch**: Merge all code from *master* into *release* branch
* **build bots**: Force all buildbots to run on the *release* branch, this will also change the upload folder from *binaries* to *release*.
* **script**: Wait for all bots to finish and run the release script by launching the ``release version`` bot with dry run disabled and the correct version number. This uploads binaries to pypi and sourceforge.
* **script**: Wait for all bots to finish and run the release script by launching the ``release version`` bot with dry run disabled and the correct version number. This uploads binaries to pypi and sourceforge. Ignore the warning ``failed to set times on "/home/project-web/coolprop/htdocs/jscript/coolprop-latest.js"``, it is a symlink and will be overwritten...
* **clean up**: If everything went well, you can proceed:
- Tag the release branch in your git software. It is a good idea to make and annotated tag and include the information on the closed issues here as well.

View File

@@ -81,9 +81,6 @@ thermal conductivity. Hence, the available output keys are: ``T``, ``P``, ``D``,
#Density of Downtherm Q at 500 K and 1 atm.
In [1]: PropsSI('D','T',500,'P',101325,'INCOMP::DowQ')
#Heat capacity from density and pressure
In [1]: PropsSI('C','D',D,'P',101325,'INCOMP::DowQ')
#Round trip in thermodynamic properties
In [1]: T_init = 500.0