Skip to content

Commit

Permalink
fix javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
tpietzsch committed Mar 25, 2024
1 parent f4d46e9 commit 391e919
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
public class NLinearInterpolator< T extends NumericType< T > > extends Floor< RandomAccess< T > > implements RealRandomAccess< T >
{
/**
* Index into {@link weights} array.
* Index into {@link #weights} array.
*
* <p>
* To visit the pixels that contribute to an interpolated value, we move in
Expand Down Expand Up @@ -121,7 +121,7 @@ protected NLinearInterpolator( final RandomAccessible< T > randomAccessible )
}

/**
* Fill the {@link weights} array.
* Fill the {@link #weights} array.
*
* <p>
* Let <em>w_d</em> denote the fraction of a pixel at which the sample
Expand Down

0 comments on commit 391e919

Please sign in to comment.