Skip to content
Snippets Groups Projects
Commit 5431add3 authored by Jan David Mol's avatar Jan David Mol
Browse files

bug 1303: fixes build

parent 27908607
No related branches found
No related tags found
No related merge requests found
...@@ -92,7 +92,8 @@ template <typename SAMPLE_TYPE> class CN_Processing : public CN_Processing_Base ...@@ -92,7 +92,8 @@ template <typename SAMPLE_TYPE> class CN_Processing : public CN_Processing_Base
void filter(); void filter();
void formBeams(); void formBeams();
void formPencilBeams(); void formPencilBeams();
void calculateStokes(); void calculateCoherentStokes();
void calculateIncoherentStokes();
void correlate(); void correlate();
void sendOutput( StreamableData *outputData ); void sendOutput( StreamableData *outputData );
......
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