Skip to content

Commit

Permalink
Fixed compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
edwinsolisf committed Jan 10, 2024
1 parent 66a1f1d commit d29820e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/pde/bhrt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -752,7 +752,7 @@ af::array generate_image(const af::array& initial_pos,
auto pos = initial_pos;
auto vel = initial_vel;

auto window = af::Window(width, height);
af::Window window{(int)width, (int)height, "Black Hole Raytracing"};

af::array bg_col;
af::array begin_pos, end_pos;
Expand Down

0 comments on commit d29820e

Please sign in to comment.