Skip to content

Commit

Permalink
Version 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
BenoitMorel committed Jan 31, 2021
1 parent e2c94b4 commit 69c88fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GeneRax/generax.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ int generax_main(int argc, char** argv, void* comm)
{
ParallelContext::init(comm);
Logger::init();
Logger::timed << "GeneRax v1.2.2" << std::endl;
Logger::timed << "GeneRax v1.2.3" << std::endl;
GeneRaxInstance instance(argc, argv);
GeneRaxCore::initInstance(instance);
GeneRaxCore::initRandomGeneTrees(instance);
Expand Down

0 comments on commit 69c88fa

Please sign in to comment.