Skip to content

Commit

Permalink
type correction in the non uniform heat equations (#505)
Browse files Browse the repository at this point in the history
  • Loading branch information
thierryantoun authored Jun 26, 2024
1 parent d6e6b58 commit 6071a80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/non_uniform_heat_equation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
//! [vector_generator]
std::vector<double> generate_random_vector(
int n,
int lower_bound,
int higher_bound)
double lower_bound,
double higher_bound)
{
std::random_device rd;
std::mt19937 gen(rd());
Expand Down

0 comments on commit 6071a80

Please sign in to comment.