Skip to content

Commit

Permalink
Merge pull request #215 from stevenhwu/sw/hotfix/tadToAd
Browse files Browse the repository at this point in the history
Fix issue #214, error when converting tad to ad
  • Loading branch information
reedacartwright committed Feb 12, 2017
2 parents c4d067f + 252d5bd commit 1b41d9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/include/dng/io/ad.h
Expand Up @@ -236,6 +236,7 @@ void Ad::CopyHeader(const Ad& ad) {
num_libraries_ = ad.num_libraries_;
contig_map_ = ad.contig_map_;
extra_headers_ = ad.extra_headers_;
last_data_.assign(num_libraries_, 0);
}

inline
Expand Down

0 comments on commit 1b41d9e

Please sign in to comment.