]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix if statement 9863/head
authorDaniel Garcia-Sanchez <daniel.garcia-sanchez@insp.upmc.fr>
Fri, 10 Apr 2020 10:31:28 +0000 (12:31 +0200)
committerDaniel Garcia-Sanchez <daniel.garcia-sanchez@insp.upmc.fr>
Fri, 10 Apr 2020 10:31:28 +0000 (12:31 +0200)
examples/step-69/step-69.cc

index 8e9e27ec7af864aa0e97a50c0c01a8b652c03fda..6c6b1300ed376f3d5cfbc0e7400314bb4f24991d 100644 (file)
@@ -2867,7 +2867,7 @@ namespace Step69
     // At this point we can return from the <code>output()</code> function
     // and resume with the time stepping in the main loop - the thread will
     // run in the background.
-    if (!asynchronous_writeback)
+    if (asynchronous_writeback)
       {
 #ifdef DEAL_II_WITH_THREADS
         background_thread_state = std::async(std::launch::async, output_worker);

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.