Skip to content

Commit

Permalink
update version number, decrease param epsilon
Browse files Browse the repository at this point in the history
  • Loading branch information
amkozlov committed Apr 4, 2017
1 parent afe1cba commit 9c289f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ extern "C" {
// defaults
#define DEF_LH_EPSILON 0.1
#define OPT_LH_EPSILON 0.1
#define RAXML_PARAM_EPSILON 0.01
#define RAXML_PARAM_EPSILON 0.001 //0.01
#define RAXML_BFGS_FACTOR 1e7

#define RAXML_BRLEN_SMOOTHINGS 32
Expand Down
4 changes: 2 additions & 2 deletions src/version.h
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#define RAXML_VERSION "0.1.0 BETA"
#define RAXML_DATE "18.03.2017"
#define RAXML_VERSION "0.2.0 BETA"
#define RAXML_DATE "04.04.2017"

0 comments on commit 9c289f0

Please sign in to comment.