Skip to content

Commit 3cf3dff

Browse files
committed
manual and version updated
1 parent c68be35 commit 3cf3dff

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![bibcode](https://img.shields.io/badge/bibcode-2016A%26A...593A..87R-1c459b)](https://ui.adsabs.harvard.edu/abs/2016A&A...593A..87R)
66
[![doi](https://img.shields.io/badge/doi-10.1051%2F0004--6361%2F201424930-fab70c)](https://doi.org/10.1051/0004-6361/201424930)
77
[![License](https://img.shields.io/badge/License-GPLv3-blue)](https://www.gnu.org/licenses/gpl-3.0)
8-
[![Version](https://img.shields.io/badge/Version-4.12.00-bf0040)](https://img.shields.io/badge/Version-4.12.00-bf0040)
8+
[![Version](https://img.shields.io/badge/Version-4.12.01-bf0040)](https://img.shields.io/badge/Version-4.12.01-bf0040)
99

1010
is a 3D Monte Carlo radiative transfer code that
1111

manual.pdf

4.63 KB
Binary file not shown.

src/MathFunctions.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2398,7 +2398,7 @@ class CMathFunctions
23982398
// Dekker, T. J. (1969), "Finding a zero by means of successive linear interpolation", in Dejon, B.; Henrici, P. (eds.),
23992399
// Constructive Aspects of the Fundamental Theorem of Algebra, London: Wiley-Interscience
24002400

2401-
// Procedure returns root of function in the given interval [a, b], within tolerance 6 * EPS_DOUBLE * |x| + 2t,
2401+
// Procedure returns root of function in the given interval [a, b], within tolerance 6 * macheps * |x| + 2t,
24022402
// where macheps is the relative machine precision and t is a positive tolerance.
24032403
// This procedure assumes that f(a) and f(b) have different signs.
24042404

src/Typedefs.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ using namespace std;
1313

1414
// Header and Version of POLARIS
1515
#define PROG_ID "POLARIS: POLArized RadIation Simulator"
16-
#define VERS_ID " Version 4.12.00 "
16+
#define VERS_ID " Version 4.12.01 "
1717
#define COPY_ID " Copyright (C) 2018 Stefan Reissl "
1818

1919
// Flags to activate WINDOWS support, some DEBUG messages, BENCHMARK settings

0 commit comments

Comments
 (0)