File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2020*/
2121
2222#ifndef __stir_WienerImageFilter2D_H__
23- # define __stir_WienerImageFilter2D_H__
23+ #define __stir_WienerImageFilter2D_H__
2424
25- # include " stir/DataProcessor.h"
26- # include " stir/WienerArrayFilter2D.h"
27- # include " stir/DiscretisedDensity.h"
28- # include " stir/RegisteredParsingObject.h"
25+ #include " stir/DataProcessor.h"
26+ #include " stir/WienerArrayFilter2D.h"
27+ #include " stir/DiscretisedDensity.h"
28+ #include " stir/RegisteredParsingObject.h"
2929
3030START_NAMESPACE_STIR
3131
Original file line number Diff line number Diff line change 2020#define __stir_SHARED_PTR__
2121
2222#include " stir/common.h"
23- # include < memory>
23+ #include < memory>
2424
2525namespace stir
2626{
2727using std::shared_ptr;
2828using std::dynamic_pointer_cast;
2929using std::static_pointer_cast;
3030// ! work-around for using std::make_shared on old compilers (deprecated)
31- # define MAKE_SHARED std::make_shared
31+ #define MAKE_SHARED std::make_shared
3232} // namespace stir
3333
3434#endif
You can’t perform that action at this time.
0 commit comments