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/freestyle/intern/stroke/AdvancedFunctions1D.cpp')
-rwxr-xr-xsource/blender/freestyle/intern/stroke/AdvancedFunctions1D.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/freestyle/intern/stroke/AdvancedFunctions1D.cpp b/source/blender/freestyle/intern/stroke/AdvancedFunctions1D.cpp
index cf2982606e0..ca0e97e68c1 100755
--- a/source/blender/freestyle/intern/stroke/AdvancedFunctions1D.cpp
+++ b/source/blender/freestyle/intern/stroke/AdvancedFunctions1D.cpp
@@ -89,13 +89,13 @@ namespace Functions1D {
}
double GetDirectionalViewMapDensityF1D::operator()(Interface1D& inter) {
- unsigned size;
+ //soc unsigned size;
double res = integrate(_fun, inter.pointsBegin(_sampling), inter.pointsEnd(_sampling), _integration);
return res;
}
double GetCompleteViewMapDensityF1D::operator()(Interface1D& inter) {
- unsigned size;
+ //soc unsigned size;
Id id = inter.getId();
double res = integrate(_fun, inter.pointsBegin(_sampling), inter.pointsEnd(_sampling), _integration);
return res;