Skip to content
Snippets Groups Projects
Commit 5080eda8 authored by Thomas Witkowski's avatar Thomas Witkowski
Browse files

* nothing important

parent d7a85bf4
No related branches found
No related tags found
No related merge requests found
......@@ -202,12 +202,6 @@ namespace AMDiS {
// while (adaptInfo->getTime() < adaptInfo->getEndTime() - DBL_TOL) {
while (adaptInfo->getEndTime() - adaptInfo->getTime() > DBL_TOL) {
std::cout.precision(10);
std::cout << "TIME: " << adaptInfo->getTime() << std::endl;
std::cout << "END TIME: " << adaptInfo->getEndTime() << std::endl;
std::cout << "DIFF: " << adaptInfo->getEndTime() - adaptInfo->getTime() << std::endl;
std::cout << "TOL: " << DBL_TOL << std::endl;
iterationTimestamp_ = time(NULL);
problemTime_->initTimestep(adaptInfo);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment