Skip to content

Commit df73b46

Browse files
committed
afdconnectivity: Remove copy_ptr usage
1 parent 700d30d commit df73b46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/afdconnectivity.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ class AFDConnectivity : public DWI::Tractography::SIFT::ModelBase<Fixel>
143143
bool all_fixels;
144144
DWI::Tractography::Mapping::TrackMapperBase mapper;
145145
Image<value_type> v_fod;
146-
copy_ptr<DWI::FMLS::Segmenter> fmls;
146+
std::unique_ptr<DWI::FMLS::Segmenter> fmls;
147147

148148
using Fixel_map<Fixel>::accessor;
149149

0 commit comments

Comments
 (0)