Removed the const in method eoInit<AtomType> & atomInit()
This commit is contained in:
parent
600b08a7f6
commit
448a5189fd
1 changed files with 1 additions and 1 deletions
|
|
@ -137,7 +137,7 @@ typedef typename EOT::AtomType AtomType;
|
||||||
}
|
}
|
||||||
|
|
||||||
// accessor to the atom initializer (needed by operator constructs sometimes)
|
// accessor to the atom initializer (needed by operator constructs sometimes)
|
||||||
const eoInit<AtomType> & atomInit() {return init;}
|
eoInit<AtomType> & atomInit() {return init;}
|
||||||
|
|
||||||
private :
|
private :
|
||||||
unsigned offset;
|
unsigned offset;
|
||||||
|
|
|
||||||
Reference in a new issue