Skip to content

Commit aa8d5e1

Browse files
committed
Merge remote-tracking branch 'github/remove_copy_ptr' into remove_copy_ptr
2 parents fd75673 + df73b46 commit aa8d5e1

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)