[Bf-blender-cvs] [66030d8] master: Minor cleanup.

Bastien Montagne noreply at git.blender.org
Fri Dec 25 15:53:36 CET 2015


Commit: 66030d8c223bc320e2df351dcb2a4a2b8eb0bb59
Author: Bastien Montagne
Date:   Fri Dec 25 15:53:18 2015 +0100
Branches: master
https://developer.blender.org/rB66030d8c223bc320e2df351dcb2a4a2b8eb0bb59

Minor cleanup.

===================================================================

M	source/blender/modifiers/intern/MOD_ocean.c

===================================================================

diff --git a/source/blender/modifiers/intern/MOD_ocean.c b/source/blender/modifiers/intern/MOD_ocean.c
index b82725a..18fbc99 100644
--- a/source/blender/modifiers/intern/MOD_ocean.c
+++ b/source/blender/modifiers/intern/MOD_ocean.c
@@ -524,7 +524,6 @@ static DerivedMesh *doOcean(ModifierData *md, Object *ob,
 	{
 		const int num_verts = dm->getNumVerts(dm);
 
-		/* #pragma omp parallel for private(i, ocr) if (omd->resolution > OMP_MIN_RES) */
 		for (i = 0; i < num_verts; i++) {
 			float *vco = mverts[i].co;
 			const float u = OCEAN_CO(size_co_inv, vco[0]);




More information about the Bf-blender-cvs mailing list