summaryrefslogtreecommitdiffstats
path: root/src/sp-gradient.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sp-gradient.h')
-rw-r--r--src/sp-gradient.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/sp-gradient.h b/src/sp-gradient.h
index fbb48df62..f80d806fc 100644
--- a/src/sp-gradient.h
+++ b/src/sp-gradient.h
@@ -141,7 +141,8 @@ public:
/** Composed array (for mesh gradients) */
SPMeshNodeArray array;
-
+ SPMeshNodeArray array_smoothed; // Smoothed version of array
+
bool hasPatches() const;