We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 700d30d commit df73b46Copy full SHA for df73b46
cmd/afdconnectivity.cpp
@@ -143,7 +143,7 @@ class AFDConnectivity : public DWI::Tractography::SIFT::ModelBase<Fixel>
143
bool all_fixels;
144
DWI::Tractography::Mapping::TrackMapperBase mapper;
145
Image<value_type> v_fod;
146
- copy_ptr<DWI::FMLS::Segmenter> fmls;
+ std::unique_ptr<DWI::FMLS::Segmenter> fmls;
147
148
using Fixel_map<Fixel>::accessor;
149
0 commit comments