File tree Expand file tree Collapse file tree 1 file changed +20
-5
lines changed
Expand file tree Collapse file tree 1 file changed +20
-5
lines changed Original file line number Diff line number Diff line change 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
1230private:
13- shared_ptr<PETSIRDInfo> petsird_info_sptr;
31+ shared_ptr<PETSIRDInfo> petsird_info_sptr;
1432};
1533
1634void
1735PETSIRDTests::run_tests ()
18- {
19-
20- }
36+ {}
2137
2238END_NAMESPACE_STIR
2339
@@ -26,7 +42,6 @@ USING_NAMESPACE_STIR
2642int
2743main ()
2844{
29-
3045 PETSIRDTests test;
3146 test.run_tests ();
3247 return test.main_return_value ();
You can’t perform that action at this time.
0 commit comments