Skip to content

Commit

Permalink
remove bug
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaperju committed Jul 17, 2024
1 parent 11d04b6 commit 9b4d325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/generators/order_polytope_generator.h
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Polytope random_orderpoly(unsigned int dim, unsigned int m, int seed = std::nume

int rng_seed = std::chrono::system_clock::now().time_since_epoch().count();
if (!isnan(seed)) {
int rng_seed = seed;
rng_seed = seed;
}

typedef BoostRandomNumberGenerator<boost::mt19937, NT> RNG;
Expand Down

0 comments on commit 9b4d325

Please sign in to comment.