dc04fc2294
All '\t' have been replaced with 8 spaces, as most of the code is indented with spaces.
8 lines
177 B
C
8 lines
177 B
C
|
|
#ifndef _PAH_AP_H_
|
|
#define _PAH_AP_H_
|
|
|
|
double pah_ap(double pitch, double pitchrate, double pitch_ref, double V,
|
|
double sample_t, int init);
|
|
|
|
#endif //_PAH_AP_H_
|