mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-24 21:10:33 +05:00
use the right INT
This commit is contained in:
parent
fd878079cb
commit
145007b46a
@ -4,7 +4,7 @@
|
||||
namespace netgen
|
||||
{
|
||||
using ngcore::ParallelForRange;
|
||||
|
||||
using ngcore::INT;
|
||||
|
||||
template <class T>
|
||||
void QuickSortRec (NgFlatArray<T> data,
|
||||
|
Loading…
Reference in New Issue
Block a user