We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d68c69 commit 6e04c4eCopy full SHA for 6e04c4e
src/include/stir/scatter/ScatterSimulation.h
@@ -124,7 +124,7 @@ class ScatterSimulation : public RegisteredObject<ScatterSimulation>
124
125
void set_template_proj_data_info(const std::string&);
126
127
- void set_template_proj_data_info(std::shared_ptr<const ProjDataInfo> arg);
+ void set_template_proj_data_info(shared_ptr<const ProjDataInfo> arg);
128
129
void set_activity_image_sptr(const shared_ptr<const DiscretisedDensity<3, float>>);
130
0 commit comments