Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/simulation/intern/hair_volume.cpp')
-rw-r--r--source/blender/simulation/intern/hair_volume.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/simulation/intern/hair_volume.cpp b/source/blender/simulation/intern/hair_volume.cpp
index 08af2344bc4..d954d9b5fff 100644
--- a/source/blender/simulation/intern/hair_volume.cpp
+++ b/source/blender/simulation/intern/hair_volume.cpp
@@ -722,7 +722,7 @@ bool SIM_hair_volume_solve_divergence(HairGrid *grid,
const float flowfac = grid->cellsize;
const float inv_flowfac = 1.0f / grid->cellsize;
- /*const int num_cells = hair_grid_size(grid->res);*/
+ // const int num_cells = hair_grid_size(grid->res);
const int res[3] = {grid->res[0], grid->res[1], grid->res[2]};
const int resA[3] = {grid->res[0] + 2, grid->res[1] + 2, grid->res[2] + 2};
@@ -891,7 +891,7 @@ bool SIM_hair_volume_solve_divergence(HairGrid *grid,
neighbor_hi_index[neighbors_hi++] = u + strideA2;
}
- /*int liquid_neighbors = neighbors_lo + neighbors_hi;*/
+ // int liquid_neighbors = neighbors_lo + neighbors_hi;
non_solid_neighbors = 6;
for (n = 0; n < neighbors_lo; n++) {