Skip to content

Commit ed233bb

Browse files
committed
pre-commit
1 parent 51eeb6c commit ed233bb

File tree

1 file changed

+20
-5
lines changed

1 file changed

+20
-5
lines changed

src/test/test_PETSIRD.cxx

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
2+
/*
3+
Copyright (C) 2025, UMCG
4+
This file is part of STIR.
5+
6+
SPDX-License-Identifier: Apache-2.0
7+
See STIR/LICENSE.txt for details
8+
*/
9+
/*!
10+
11+
\file
12+
\ingroup test
13+
14+
\brief Test program for stir::PETSIRD hierarchy
15+
16+
\author Nikos Efthimiou
17+
18+
*/
119
#include "stir/PETSIRDInfo.h"
220
#include "stir/RunTests.h"
321
#include "stir/Succeeded.h"
@@ -10,14 +28,12 @@ class PETSIRDTests : public RunTests
1028
void run_tests() override;
1129

1230
private:
13-
shared_ptr<PETSIRDInfo> petsird_info_sptr;
31+
shared_ptr<PETSIRDInfo> petsird_info_sptr;
1432
};
1533

1634
void
1735
PETSIRDTests::run_tests()
18-
{
19-
20-
}
36+
{}
2137

2238
END_NAMESPACE_STIR
2339

@@ -26,7 +42,6 @@ USING_NAMESPACE_STIR
2642
int
2743
main()
2844
{
29-
3045
PETSIRDTests test;
3146
test.run_tests();
3247
return test.main_return_value();

0 commit comments

Comments
 (0)