Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Alvarez, Gonzalo
PsimagLite
Commits
58b957e0
Commit
58b957e0
authored
Dec 18, 2020
by
Alvarez, Gonzalo
Browse files
SizeType defaults to long int unsigned
parent
f25fb204
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/AllocatorCpu.h
View file @
58b957e0
...
...
@@ -39,7 +39,7 @@ Please see full open source license included in file LICENSE.
#endif
#ifndef USE_SHORT
typedef
uint64_
t
SizeType
;
typedef
long
unsigned
in
t
SizeType
;
#else
typedef
uint32_t
SizeType
;
#endif
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment