From 006cc7bc4e23eff8c8fcf8bbb6d9c516676e7a3f Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 16 Jul 2016 23:48:42 +0200 Subject: few: update/add copyright --- filter-kalman/ftnoir_filter_kalman.h | 2 +- filter-kalman/kalman.cpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'filter-kalman') diff --git a/filter-kalman/ftnoir_filter_kalman.h b/filter-kalman/ftnoir_filter_kalman.h index a468bd5d..aa6c978c 100644 --- a/filter-kalman/ftnoir_filter_kalman.h +++ b/filter-kalman/ftnoir_filter_kalman.h @@ -1,5 +1,5 @@ #pragma once -/* Copyright (c) 2013 Stanisław Halik +/* Copyright (c) 2013 Stanislaw Halik * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/filter-kalman/kalman.cpp b/filter-kalman/kalman.cpp index deaf6321..1f23ed90 100644 --- a/filter-kalman/kalman.cpp +++ b/filter-kalman/kalman.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Stanisław Halik +/* Copyright (c) 2013 Stanislaw Halik * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -87,7 +87,7 @@ void FTNoIR_Filter::filter(const double* input, double *output) // Get the time in seconds since last run and restart the timer. const double dt = timer.elapsed_seconds(); timer.start(); - + // Note this is a terrible way to detect when there is a new // frame of tracker input, but it is the best we have. bool new_input = false; -- cgit v1.2.3