Skip to content

Commit 460215f

Browse files
Merge branch 'develop' of github.com:cheesema/libapr into develop
2 parents 06ce557 + 5364e05 commit 460215f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/numerics/APRReconstruction.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ class APRReconstruction {
7979
}
8080

8181
template<typename U,typename V,typename S>
82-
void interp_image_patch(APR<S>& apr, APRTree<S> aprTree,PixelData<U>& img,ExtraParticleData<V>& parts,ExtraParticleData<V>& parts_tree,ReconPatch& reconPatch){
82+
void interp_image_patch(APR<S>& apr, APRTree<S>& aprTree,PixelData<U>& img,ExtraParticleData<V>& parts,ExtraParticleData<V>& parts_tree,ReconPatch& reconPatch){
8383
//
8484
// Bevan Cheeseman 2016
8585
//

0 commit comments

Comments
 (0)