Subversion Repositories filter_foundry

Rev

Rev 335 | Rev 489 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 335 Rev 439
Line 16... Line 16...
16
    You should have received a copy of the GNU General Public License
16
    You should have received a copy of the GNU General Public License
17
    along with this program; if not, write to the Free Software
17
    along with this program; if not, write to the Free Software
18
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
18
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
19
*/
19
*/
20
 
20
 
-
 
21
#ifndef FUNCS_H_
-
 
22
#define FUNCS_H_
-
 
23
 
21
#include <math.h>
24
#include <math.h>
22
 
25
 
23
// Strict compatibility to Filter Factory by using an alternative
26
// Strict compatibility to Filter Factory by using an alternative
24
// implementation which is a 100% replica of the Filter Factory 3.0.4
27
// implementation which is a 100% replica of the Filter Factory 3.0.4
25
// for Windows.
28
// for Windows.
Line 137... Line 140...
137
extern value_type max_val_d;
140
extern value_type max_val_d;
138
extern value_type val_D;
141
extern value_type val_D;
139
extern value_type val_I;
142
extern value_type val_I;
140
extern value_type val_U;
143
extern value_type val_U;
141
extern value_type val_V;
144
extern value_type val_V;
-
 
145
 
-
 
146
#endif