Update 4.2 User interfaces authored by Udo Ziegler's avatar Udo Ziegler
...@@ -122,7 +122,7 @@ uniform grid. ...@@ -122,7 +122,7 @@ uniform grid.
In case of the CSV output format `_CC.precision` gives the In case of the CSV output format `_CC.precision` gives the
number of decimal places of issued values. For all other formats number of decimal places of issued values. For all other formats
output data is assumed of type `float` (`double`) if output data is assumed of type `float` (`double`) if
`_CC.precision`4 (`_CC.precision` > 4). `_CC.precision`4 (`_CC.precision`>4).
- `04` (`_CC.vars_files`) - `04` (`_CC.vars_files`)
...@@ -166,11 +166,11 @@ uniform grid. ...@@ -166,11 +166,11 @@ uniform grid.
*y*-direction. *y*-direction.
- `_CC.rangemin[1]`: same as `_CC.rangemin[0]` but for the - `_CC.rangemin[1]`: same as `_CC.rangemin[0]` but for the
*y*-direction. In case of spherical geometry (*y**θ*) the *y*-direction. In case of spherical geometry (*y**θ*) the
value must be given in units of *π*. value must be given in units of *π*.
- `_CC.rangemax[1]`: same as `_CC.rangemax[0]` but for the - `_CC.rangemax[1]`: same as `_CC.rangemax[0]` but for the
*y*-direction. In case of spherical geometry (*y**θ*) the *y*-direction. In case of spherical geometry (*y**θ*) the
value must be given in units of *π*. value must be given in units of *π*.
- `04` (`_CC.subrange[2]`, `_CC.rangemin[2]`,`_CC.rangmax[2]`) - `04` (`_CC.subrange[2]`, `_CC.rangemin[2]`,`_CC.rangmax[2]`)
...@@ -180,11 +180,11 @@ uniform grid. ...@@ -180,11 +180,11 @@ uniform grid.
- `_CC.rangemin[2]`: same as `_CC.rangemin[0]` but for the - `_CC.rangemin[2]`: same as `_CC.rangemin[0]` but for the
*z*-direction. In case of cylindrical- or spherical geometry *z*-direction. In case of cylindrical- or spherical geometry
(*z**ϕ*) the value must be given in units of *π*. (*z**ϕ*) the value must be given in units of *π*.
- `_CC.rangemax[2]`: same as `_CC.rangemax[0]` but for the - `_CC.rangemax[2]`: same as `_CC.rangemax[0]` but for the
*z*-direction. In case of cylindrical- or spherical geometry *z*-direction. In case of cylindrical- or spherical geometry
(*z**ϕ*) the value must be given in units of *π*. (*z**ϕ*) the value must be given in units of *π*.
*Note: The values specified by `_CC.rangemin[]` and `_CC.rangemax[]` *Note: The values specified by `_CC.rangemin[]` and `_CC.rangemax[]`
are only (good) approximations to the actual determined output are only (good) approximations to the actual determined output
... ...
......