Mercurial > hg > svapp
diff framework/SVFileReader.cpp @ 664:06db8f3ceb95 single-point
Update so Document owns the alignment model's input aggregate model, just as any other model
author | Chris Cannam |
---|---|
date | Thu, 04 Apr 2019 11:16:29 +0100 |
parents | ffd213b292f9 |
children | 21673429dba5 |
line wrap: on
line diff
--- a/framework/SVFileReader.cpp Tue Apr 02 14:45:57 2019 +0100 +++ b/framework/SVFileReader.cpp Thu Apr 04 11:16:29 2019 +0100 @@ -792,7 +792,7 @@ if (refModel && alignedModel && pathModel) { AlignmentModel *model = new AlignmentModel - (refModel, alignedModel, nullptr, nullptr); + (refModel, alignedModel, nullptr); PathModel *pm = dynamic_cast<PathModel *>(pathModel); if (!pm) { SVCERR << "WARNING: SV-XML: Model id " << path