From 81d3779f9f10c811cc7c570f90aae04c2ca221d8 Mon Sep 17 00:00:00 2001 From: "J.A. de Jong - Redu-Sone B.V., ASCEE V.O.F" Date: Mon, 4 Oct 2021 10:11:22 +0200 Subject: [PATCH] Small comment change --- lasp/c/lasp_siggen.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lasp/c/lasp_siggen.h b/lasp/c/lasp_siggen.h index 52e7862..5be6cee 100644 --- a/lasp/c/lasp_siggen.h +++ b/lasp/c/lasp_siggen.h @@ -85,7 +85,8 @@ Siggen* Siggen_Sweep_create(const d fs,const d fl,const d fu, * Obtain a new piece of signal * * @param[in] Siggen* Signal generator handle - * @param[out] samples Samples to fill. Vector should be pre-allocated + * @param[out] samples Samples to fill. Vector should be pre-allocated, but + * values will be overwritten. */ void Siggen_genSignal(Siggen*,vd* samples); /**