A few small fixes to the documentation.

This commit is contained in:
Matt Williams
2012-09-06 16:11:18 +01:00
parent 56d672e678
commit 73c900f4ae
3 changed files with 54 additions and 41 deletions

View File

@ -66,4 +66,4 @@ It might be useful to provide a thread safe wrapper around the volume classes, a
OpenMP
------
This is a standard for extending C++ with compiler directives which allow the compiler to automatically parallise sections of code. Most likely this could be used to parallise some of the loops which occur in image processing tasks.
This is a standard for extending C++ with compiler directives which allow the compiler to automatically parallise sections of code. Most likely this could be used to parallelise some of the loops which occur in image processing tasks.