]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Put some names into std::
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 27 Sep 2002 15:58:30 +0000 (15:58 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 27 Sep 2002 15:58:30 +0000 (15:58 +0000)
git-svn-id: https://svn.dealii.org/trunk@6544 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/source/sparse_direct.cc

index 14d409d07ad75e89a547cc0c6e45082fa21fc934..cca11b9e62c8e5dbcc3ec7b10ceae4c49b75a99b 100644 (file)
@@ -241,7 +241,7 @@ struct SparseDirectMA27::DetachedModeData
         if ((ret<0) && (errno==EINTR))
           goto try_write;
         
-        fflush (NULL);
+        std::fflush (NULL);
       };
 
     template <typename T>
@@ -356,7 +356,7 @@ SparseDirectMA27::initialize (const SparsityPattern &sp)
       pipe(detached_mode_data->client_server_pipe);      
                                        // fflush(NULL) is said to be a
                                        // good idea before fork()
-      fflush(NULL);
+      std::fflush(NULL);
 
                                        // now fork and create child
                                        // process
@@ -388,7 +388,7 @@ SparseDirectMA27::initialize (const SparsityPattern &sp)
                                            // herewith:
           AssertThrow (false,
                        ExcMessage ("execv returned, which it is not supposed to do!"));
-          exit(1);
+          std::exit(1);
         };
                                        // parent process continues here.
                                        // close unneeded end of pipe

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.