Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Aland, Sebastian
amdis
Commits
b8488200
Commit
b8488200
authored
May 25, 2009
by
Thomas Witkowski
Browse files
bugfix
parent
93e7dbf0
Changes
1
Hide whitespace changes
Inline
Side-by-side
AMDiS/src/Global.h
View file @
b8488200
...
...
@@ -417,8 +417,8 @@ namespace AMDiS {
};
#define MEMORY_MANAGED(className) ;
#define
new
new
#define
delete
delete
#define
NEW
new
#define
DELETE
delete
#define GET_MEMORY(typename, number) new typename[number]
#define FREE_MEMORY(ptr, typename, number) delete [] ptr
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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