diff --git a/preprocessor/Shocks.cc b/preprocessor/Shocks.cc index eba24deed..3961ccad6 100644 --- a/preprocessor/Shocks.cc +++ b/preprocessor/Shocks.cc @@ -128,7 +128,7 @@ AbstractShocksStatement::writeCovarAndCorrShocks(ostream &output) const output << "M_.Sigma_e(" << id1 << ", " << id2 << ") = "; value->writeOutput(output); output << "*sqrt(M_.Sigma_e(" << id1 << ", " << id1 << ")*M_.Sigma_e(" - << id2 << ", " << id2 << "); M_.Sigma_e(" << id2 << ", " + << id2 << ", " << id2 << ")); M_.Sigma_e(" << id2 << ", " << id1 << ") = M_.Sigma_e(" << id1 << ", " << id2 << ");\n"; } }