Refactoring #1651
Feature #1290: === Core: framework ===
remove last occurences of "using namespace BornAgain"
Status: | Resolved | Start date: | 20 Nov 2016 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | wuttke | % Done: | 0% | |
Category: | - | |||
Target version: | - |
Description
Use of "using namespace" should be restricted to cases where a namespace is heavily used in a specific source file. This is not the case for "using namespace BornAgain", which was used in a lot of files, and in each of them only saved a few instances of "BornAgain::". Most of this refactoring is already done; it should now be completed.