diff --git a/Framework/Kernel/inc/MantidKernel/Strings.h b/Framework/Kernel/inc/MantidKernel/Strings.h index 5289323c11584336b8080a1b672410511271c5fb..a98fc5e178ba860d692e13e22a4cfa9ef662ef47 100644 --- a/Framework/Kernel/inc/MantidKernel/Strings.h +++ b/Framework/Kernel/inc/MantidKernel/Strings.h @@ -173,8 +173,8 @@ join(ITERATOR_TYPE begin, ITERATOR_TYPE end, const std::string &separator, team in a round-robin fashion **in the order of the thread number**." "When no chunk_size is specified, the iteration space is divided into chunks - that are approximately equal in size, and at most one chunk is distributed to - each thread." + that are approximately equal in size, and at most one chunk is distributed + to each thread." */ #pragma omp for schedule(static) for (int i = 0; i < dist; i++) {