Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 8a8357e3 authored by Olivier COULAUD's avatar Olivier COULAUD
Browse files

level is now initialized

parent 6adbba57
Branches
Tags
No related merge requests found
......@@ -27,7 +27,7 @@ class FBasicCell : public FAbstractSerializable {
public:
/** Default constructor */
FBasicCell() : mortonIndex(0) {
FBasicCell() : mortonIndex(0), level(0){
}
/** Default destructor */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment