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:
authorBastien Montagne <montagne29@wanadoo.fr>2015-12-25 17:53:18 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2015-12-25 17:53:18 +0300
commit66030d8c223bc320e2df351dcb2a4a2b8eb0bb59 (patch)
treea6020ef025a461a6e0fefd79af6144e4f6ba2815 /source/blender/modifiers/intern/MOD_ocean.c
parent4d5b7feddea1f44ffea4fcebffcf9a9f72e164cf (diff)
Minor cleanup.
Diffstat (limited to 'source/blender/modifiers/intern/MOD_ocean.c')
-rw-r--r--source/blender/modifiers/intern/MOD_ocean.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/modifiers/intern/MOD_ocean.c b/source/blender/modifiers/intern/MOD_ocean.c
index b82725a08e7..18fbc99d887 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]);