Skip to content

Commit

Permalink
manual and version updated
Browse files Browse the repository at this point in the history
  • Loading branch information
mlietzow committed Apr 8, 2024
1 parent c68be35 commit 3cf3dff
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![bibcode](https://img.shields.io/badge/bibcode-2016A%26A...593A..87R-1c459b)](https://ui.adsabs.harvard.edu/abs/2016A&A...593A..87R)
[![doi](https://img.shields.io/badge/doi-10.1051%2F0004--6361%2F201424930-fab70c)](https://doi.org/10.1051/0004-6361/201424930)
[![License](https://img.shields.io/badge/License-GPLv3-blue)](https://www.gnu.org/licenses/gpl-3.0)
[![Version](https://img.shields.io/badge/Version-4.12.00-bf0040)](https://img.shields.io/badge/Version-4.12.00-bf0040)
[![Version](https://img.shields.io/badge/Version-4.12.01-bf0040)](https://img.shields.io/badge/Version-4.12.01-bf0040)

is a 3D Monte Carlo radiative transfer code that

Expand Down
Binary file modified manual.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion src/MathFunctions.h
Original file line number Diff line number Diff line change
Expand Up @@ -2398,7 +2398,7 @@ class CMathFunctions
// Dekker, T. J. (1969), "Finding a zero by means of successive linear interpolation", in Dejon, B.; Henrici, P. (eds.),
// Constructive Aspects of the Fundamental Theorem of Algebra, London: Wiley-Interscience

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

Expand Down
2 changes: 1 addition & 1 deletion src/Typedefs.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ using namespace std;

// Header and Version of POLARIS
#define PROG_ID "POLARIS: POLArized RadIation Simulator"
#define VERS_ID " Version 4.12.00 "
#define VERS_ID " Version 4.12.01 "
#define COPY_ID " Copyright (C) 2018 Stefan Reissl "

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

0 comments on commit 3cf3dff

Please sign in to comment.