Skip to content

Commit 293a42d

Browse files
committed
Changing unfit specific namespace/header guards etc
1 parent 18e0437 commit 293a42d

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

UnitTestCustomUtilities.hpp

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// Unfit: Data fitting and optimization software
2-
//
31
// Copyright (C) 2012- Dr Martin Buist & Dr Alberto Corrias
42
// Contacts: martin.buist _at_ nus.edu.sg; alberto _at_ nus.edu.sg
53
//
@@ -19,16 +17,16 @@
1917
// You should have received a copy of the GNU General Public License
2018
// along with this program. If not, see <http://www.gnu.org/licenses/>.
2119
//
22-
#ifndef UNFIT_UNITTESTS_UNITTESTCUSTOMUTILITIES_HPP_
23-
#define UNFIT_UNITTESTS_UNITTESTCUSTOMUTILITIES_HPP_
20+
#ifndef CBL_UNITTESTCUSTOMUTILITIES_HPP_
21+
#define CBL_UNITTESTCUSTOMUTILITIES_HPP_
2422

2523
#include <algorithm>
2624
#include <string>
2725
#include <vector>
2826
#include "UnitTest++.h"
2927
#include "TestReporterStdout.h"
3028

31-
namespace Unfit
29+
namespace CBL
3230
{
3331
/**
3432
* \brief Runs all the tests it finds in the project.
@@ -206,6 +204,6 @@ inline int RunMultipleSuites(std::vector<std::string> suite_names)
206204
}
207205
#undef COVERAGE_IGNORE
208206

209-
} // namespace Unfit
207+
} // namespace CBL
210208

211209
#endif

0 commit comments

Comments
 (0)