HPCE / hpce-2017-cw5

1 stars 6 forks source link

heat_world bug? #17

Closed thomasrarris closed 6 years ago

thomasrarris commented 6 years ago

In the heat_world puzzle, at the end of the ReferenceExecute function, the instruction buffer[index] = res; is missing after res=std::min(1.0f, std::max(-1.0f, res));.

m8pple commented 6 years ago

Thanks for that - I have to admit that for heat world I didn't actually look at the output in detail, which is pretty much going against everything I've claimed about testing.