Re-added Matt's changes which I deleted by mistake.

This commit is contained in:
unknown
2012-09-10 22:40:44 +02:00
parent d7e24afdec
commit 8ccfb46d97
3 changed files with 51 additions and 41 deletions

View File

@ -64,4 +64,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.