Skip to content
Snippets Groups Projects
Commit a4d98122 authored by Chad Hanna's avatar Chad Hanna
Browse files

gstlal_interpolator: various bits of cleanup

parent b55a2ca2
No related branches found
No related tags found
No related merge requests found
...@@ -94,7 +94,6 @@ struct _GSTLALInterpolator { ...@@ -94,7 +94,6 @@ struct _GSTLALInterpolator {
guint blockstridein; guint blockstridein;
guint blockstrideout; guint blockstrideout;
guint half_length; guint half_length;
guint kernel_length;
//float *kernel; //float *kernel;
gsl_vector_float **kernel; gsl_vector_float **kernel;
gsl_matrix_float *workspace; gsl_matrix_float *workspace;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment