compile clean
This commit is contained in:
Regular → Executable
+3
-5
@@ -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);
|
||||
|
||||
|
||||
/***************************************************************/
|
||||
|
||||
Reference in New Issue
Block a user