Skip to content

Commit

Permalink
Relaxing the kepler tolerance
Browse files Browse the repository at this point in the history
  • Loading branch information
rodluger authored Aug 12, 2019
1 parent 0c60faf commit 4355781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion starry/utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ namespace starry {

//! Kepler solver tolerance
#ifndef STARRY_KEPLER_TOL
#define STARRY_KEPLER_TOL 3e-15
#define STARRY_KEPLER_TOL 1e-12
#endif

//! Re-parameterize solution vector when
Expand Down

0 comments on commit 4355781

Please # to comment.