Skip to content

Commit

Permalink
Corrected formatting error
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-m-h authored and tpadioleau committed Jan 10, 2024
1 parent be36a39 commit 6f8e91f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/heat_equation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -264,8 +264,7 @@ int main(int argc, char** argv)
display(ddc::coordinate(time_domain.front()),
ghosted_temp[x_domain][y_domain]);
// time of the iteration where the last output happened
ddc::DiscreteElement<DDimT> last_output_iter
= time_domain.front();
ddc::DiscreteElement<DDimT> last_output_iter = time_domain.front();
//! [initial output]

//! [time iteration]
Expand Down

0 comments on commit 6f8e91f

Please sign in to comment.