From 163996b68129f3a34db73c6a6a1e81ec8f4a81e4 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 2 Jul 2019 22:17:22 +1000 Subject: Cleanup: move comments onto own lines to avoid breaking lines --- source/blender/physics/intern/hair_volume.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/physics') diff --git a/source/blender/physics/intern/hair_volume.cpp b/source/blender/physics/intern/hair_volume.cpp index a4f799974e3..33c65a0cf95 100644 --- a/source/blender/physics/intern/hair_volume.cpp +++ b/source/blender/physics/intern/hair_volume.cpp @@ -698,8 +698,8 @@ void BPH_hair_volume_normalize_vertex_grid(HairGrid *grid) } } -static const float density_threshold = - 0.001f; /* cells with density below this are considered empty */ +/* Cells with density below this are considered empty. */ +static const float density_threshold = 0.001f; /* Contribution of target density pressure to the laplacian in the pressure poisson equation. * This is based on the model found in -- cgit v1.2.3