compile clean

This commit is contained in:
2025-10-25 15:19:28 +02:00
parent f4e27be46c
commit 80cd25250b
6 changed files with 25 additions and 60 deletions
Regular → Executable
+3 -5
View File
@@ -1,6 +1,6 @@
/***************************************************************
** paramutils.h
****************************************************************/
/***************************************************************/
/* paramutils.h
/***************************************************************/
#ifndef PARAMUTILS_H
#define PARAMUTILS_H
#if defined(__cplusplus)
@@ -9,8 +9,6 @@ extern "C" {
/***************************************************************/
float ParamQuantize(float value, float quantization);
float norm2quant(float minparm, float maxparm, float quant, float x);
float quant2norm(float minparm, float maxparm, float y);
/***************************************************************/