]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Debug.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 1 Oct 2002 19:51:00 +0000 (19:51 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 1 Oct 2002 19:51:00 +0000 (19:51 +0000)
git-svn-id: https://svn.dealii.org/trunk@6591 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/source/sparse_direct.cc

index 0a46a9e04d89cab6fb0d0f9469dd5418a68fc4ce..a42c4186a8c13582e014549b3fac0f93d93213ab 100644 (file)
@@ -309,6 +309,8 @@ void monitor_child_liveness (const pid_t child_pid)
 {
   while (true)
     {
+      std::cerr << "+++ monitoring child " << child_pid << std::endl;
+      
       int ret = kill (child_pid, 0);
       if (ret != 0)
         if ((ret == -1) && (errno == ESRCH))

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.