diff options
Diffstat (limited to 'projectionhistory.h')
-rw-r--r-- | projectionhistory.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/projectionhistory.h b/projectionhistory.h index a18af0c..79519f9 100644 --- a/projectionhistory.h +++ b/projectionhistory.h @@ -33,9 +33,9 @@ signals: void resetPerformed() const; void currentMapChanged(const arma::mat &Y) const; - void valuesChanged(const arma::vec &values) const; - void cpValuesChanged(const arma::vec &values) const; - void rpValuesChanged(const arma::vec &values) const; + void valuesChanged(const arma::vec &values, bool rescale) const; + void cpValuesChanged(const arma::vec &values, bool rescale) const; + void rpValuesChanged(const arma::vec &values, bool rescale) const; void mapRewound(const arma::mat &Y) const; void valuesRewound(const arma::vec &values) const; |