Skip to content
Snippets Groups Projects

Switch index type from int32 to int64

Closed Markus Holzer requested to merge holzer/pystencils:int64 into master
Compare and Show latest version
3 files
+ 10
10
Preferences
Compare changes
Files
3
@@ -22,7 +22,7 @@ try:
except ImportError:
ParallelDataHandling = None
DEFAULT_FLAG_TYPE = np.uint32
DEFAULT_FLAG_TYPE = np.uint64
class FlagInterface: