Skip to content

Commit 5a487ae

Browse files
committed
CHR: fix typo in comment
1 parent 8520829 commit 5a487ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

flowy/include/simulation.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class Simulation
4242
// Check if the dem has to be written (because of the input.write_dem_every_n_lobes_setting) and, if yes, writes the topography
4343
void write_thickness_if_necessary(int n_lobes_processed);
4444

45-
// Computes the topography_thickness field by substacting the initial topography and dividing by (1.0 - filling_parameter)
45+
// Computes the topography_thickness field by subtracting the initial topography and dividing by (1.0 - filling_parameter)
4646
void compute_topography_thickness();
4747

4848
std::unique_ptr<TopographyFile>

0 commit comments

Comments
 (0)