SOFA plugin: DiffusionSolver  master
Open source framework for multi-physics simuation
IndexOpenMP< T > Struct Template Reference

Detailed Description

template<class T>
struct 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.