marco-michel / TimeEvolver

A Progam for Time Evolution With Improved Error Bound
MIT License
6 stars 0 forks source link

stringstream << #49

Closed marco-michel closed 1 year ago

marco-michel commented 1 year ago

TimeEvolver/core/krylovTimeEvolver.cpp:489:224: error: 'class std::basic_ostream' has no member named 'str' logger.log_message(krylovLogger::WARNING, "Warning: Analytic error " + (std::stringstream() << err).str() + " was smaller than the estimate of the numerical error " + (std::stringstream() << numericalErrorEstimateTotal).str() + ". \