Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-m-h committed Nov 27, 2023
1 parent 8a9c803 commit 25d9f09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/heat_equation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ using DDimT = ddc::UniformPointSampling<T>;

//! [display]
/** A function to pretty print the temperature
* @tparam ChunkType Refers to type of chunk span. This away the template
* @tparam ChunkType Refers to type of chunk span. This way the template
* parameters are avoided
* @param time The time at which the output is made.
* @param temp The temperature at this time-step.
Expand Down

0 comments on commit 25d9f09

Please sign in to comment.