SOFA API  1a4bb3e7
Open source framework for multi-physics simuation
sofa::helper::IndexOpenMP< T > Struct Template Reference

#include <IndexOpenMP.h>

Detailed Description

template<class T>
struct sofa::helper::IndexOpenMP< T >

From any given index type, this struct gives a OpenMP valid index Versions of OpenMP anterior to 3.0 are only able to manage signed index in a parallel for Actual versions of visual studio only implement OpenMP 2.5 as old gcc.