Files
Signal-Server/models/soil.hh
2018-07-05 19:36:40 +01:00

7 lines
109 B
C++

#ifndef _SOIL_HH_
#define _SOIL_HH_
double SoilPathLoss(float f, float d, float t);
#endif /* _SOIL_HH_ */