removed a lot of stray using namespaces and corsika::units::si in entire codebase
There were a ton of unecesary "using namespaces" and in particular "corsika::units". There still is a bit more, but here the majority of cleanup was done.
Basically this is
grep -f -R "units::si" | sort -u | xargs emacs
and the followed by a "find and replace".
Edited by Ralf Ulrich