remove the + sign from the lines

This commit is contained in:
Arash Abghari
2019-10-03 10:45:53 -04:00
parent 870ec33370
commit ecd6fdf83b
@@ -168,12 +168,11 @@ class GaussianDistribution
void Covariance(arma::mat&& covariance);
+ //! Return the invCov.
+ const arma::mat& InvCov() const { return invCov; }
+
+ //! Return the logDetCov.
+ double LogDetCov() const { return logDetCov; }
+
//! Return the invCov.
const arma::mat& InvCov() const { return invCov; }
//! Return the logDetCov.
double LogDetCov() const { return logDetCov; }
/**
* Serialize the distribution.