]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Make compile with clang
authorkronbichler <kronbichler@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 25 Dec 2013 10:52:09 +0000 (10:52 +0000)
committerkronbichler <kronbichler@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 25 Dec 2013 10:52:09 +0000 (10:52 +0000)
git-svn-id: https://svn.dealii.org/trunk@32119 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/base/work_stream.h

index 6bb40efccb6aa17e8e5503bb85206cf70d9b17c0..561b8113cc6613c9c895882385a3b80470023bee 100644 (file)
@@ -1183,8 +1183,8 @@ namespace WorkStream
        Copier                                   copier,
        const ScratchData                       &sample_scratch_data,
        const CopyData                          &sample_copy_data,
-       const unsigned int queue_length,
-       const unsigned int                       chunk_size);
+       const unsigned int queue_length = 2*multithread_info.n_threads(),
+       const unsigned int                       chunk_size = 8);
 
 
   /**
@@ -1378,8 +1378,8 @@ namespace WorkStream
        Copier                                   copier,
        const ScratchData                       &sample_scratch_data,
        const CopyData                          &sample_copy_data,
-       const unsigned int queue_length = 2*multithread_info.n_threads(),
-       const unsigned int                       chunk_size = 8)
+       const unsigned int                       queue_length,
+       const unsigned int                       chunk_size)
   {
     Assert (queue_length > 0,
             ExcMessage ("The queue length must be at least one, and preferably "

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.