Skip to content
Snippets Groups Projects
Commit 4022fa65 authored by Oliver Sander's avatar Oliver Sander
Browse files

bugfix

[[Imported from SVN: r7638]]
parent f34937bb
No related branches found
No related tags found
No related merge requests found
......@@ -2775,7 +2775,7 @@ START_NAMESPACE
#define FIRSTELEMENT(p) ((p)->elements[0])
#define PFIRSTELEMENT(p) FIRSTELEMENT(p)
#define LASTELEMENT(p) ((p)->lastelement[0])
#define PLASTELEMENT(p) LASTELMENT(p)
#define PLASTELEMENT(p) LASTELEMENT(p)
#endif
#ifdef ModelP
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment