Fix name clash Init() -> Initialise()
The Tango C++ kernel provides a built-in function init(). Unfortunately are names in Tango (mostly) case-insensitive. This led to a name clash with our own Init() function and at first unexplainable behaviour.
Please register or sign in to comment