Skip to content

Commit

Permalink
erosion.vti: exponent 2 -> 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
timhutton authored Feb 11, 2024
1 parent ddc68d8 commit f58b10e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Patterns/Reusser2024/erosion.vti
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<param name="dx"> 1.0 </param>
<param name="f"> 1.0 </param>
<param name="g"> 8.0 </param>
<param name="e"> 2.0 </param>
<param name="e"> 1.5 </param>
<formula number_of_chemicals="1">
delta_a = f * laplacian_a - g * pow(sqrt(gradient_mag_squared_a), e);
</formula>
Expand Down

0 comments on commit f58b10e

Please sign in to comment.