diff --git a/include/Helmholtz.h b/include/Helmholtz.h index f907cf96..8a788c7f 100644 --- a/include/Helmholtz.h +++ b/include/Helmholtz.h @@ -862,6 +862,7 @@ public: this->theta.insert(this->theta.end(), theta.begin(), theta.end()); this->c.insert(this->c.end(), c.begin(), c.end()); this->d.insert(this->d.end(), d.begin(), d.end()); + N += n.size(); } bool is_enabled(){return enabled;};