From ae573836483d6acc56761918336cb8d2b0486d08 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 2 Sep 2018 18:28:27 +1000 Subject: Cleanup: comment blocks --- .../freestyle/intern/image/GaussianFilter.h | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) (limited to 'source/blender/freestyle/intern/image/GaussianFilter.h') diff --git a/source/blender/freestyle/intern/image/GaussianFilter.h b/source/blender/freestyle/intern/image/GaussianFilter.h index fdbfd20d764..f460d56e5a5 100644 --- a/source/blender/freestyle/intern/image/GaussianFilter.h +++ b/source/blender/freestyle/intern/image/GaussianFilter.h @@ -120,18 +120,16 @@ protected: }; /* - - ############################################# - ############################################# - ############################################# - ###### ###### - ###### I M P L E M E N T A T I O N ###### - ###### ###### - ############################################# - ############################################# - ############################################# - -*/ + * ############################################# + * ############################################# + * ############################################# + * ###### ###### + * ###### I M P L E M E N T A T I O N ###### + * ###### ###### + * ############################################# + * ############################################# + * ############################################# + */ template float GaussianFilter::getSmoothedPixel(Map *map, int x, int y) -- cgit v1.2.3