EgtGeomKernel :

- ricompilazione con VS2026.
This commit is contained in:
DarioS
2026-08-24 09:34:37 +02:00
parent 7bfeba4a54
commit c64f9f482b
4 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -994,7 +994,7 @@ VolZmap::CreateFromTriMesh( const ISurfTriMesh& Surf, double dStep, bool bTriDex
if ( MULTITHREAD) {
// Numero massimo di thread
int nThreadMax = max( 1, int( thread::hardware_concurrency()) - 1) ;
int nThreadMax = max( 1, int( thread::hardware_concurrency())) ;
vector< future<bool>> vRes ;
vRes.resize( nThreadMax) ;
if ( m_nNx[nG] > m_nNy[nG]) {