mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-16 00:00:02 +01:00
refactoring to comply to code style
This commit is contained in:
parent
dd093ec99b
commit
670b008ca7
2 changed files with 4 additions and 5 deletions
lib/hooks
|
@ -25,7 +25,7 @@
|
|||
*/
|
||||
|
||||
#include <cstring>
|
||||
#include "villas/dumper.hpp"
|
||||
#include <villas/dumper.hpp>
|
||||
#include <villas/hook.hpp>
|
||||
#include <villas/path.h>
|
||||
#include <villas/sample.h>
|
||||
|
@ -84,7 +84,6 @@ protected:
|
|||
uint64_t smp_mem_pos;
|
||||
uint64_t last_sequence;
|
||||
|
||||
|
||||
std::complex<double> omega;
|
||||
std::complex<double> M_I;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue