Skip to content
Snippets Groups Projects
Commit cfa8b13a authored by jsiegle's avatar jsiegle
Browse files

Merge branch 'master' of https://github.com/open-ephys/GUI

parents 967bfe09 a158dcff
Branches
Tags
No related merge requests found
......@@ -52,7 +52,7 @@ Rhd2000EvalBoard::Rhd2000EvalBoard()
//Destructor: Deletes the device to avoid memory leak
Rhd2000EvalBoard::~Rhd2000EvalBoard()
{
delete dev;
if (dev != 0) delete dev;
}
// Find an Opal Kelly XEM6010-LX45 board attached to a USB port and open it.
......
......@@ -138,7 +138,7 @@ void FilterNode::updateSettings()
filters.add(new Dsp::SmoothedFilterDesign
<Dsp::Butterworth::Design::BandPass // design type
<2>, // order
<3>, // order
1, // number of channels (must be const)
Dsp::DirectFormII> // realization
(1));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment