Add function declaration to make bindings happy

This commit is contained in:
Gustavo J. A. M. Carneiro
2011-11-14 19:47:09 +00:00
parent b5a296d127
commit 466108dc0a

View File

@@ -540,6 +540,7 @@ SpectrumValue Pow (double base, const SpectrumValue& exp);
SpectrumValue Log10 (const SpectrumValue& arg);
SpectrumValue Log2 (const SpectrumValue& arg);
SpectrumValue Log (const SpectrumValue& arg);
double Integral (const SpectrumValue& x);
} // namespace ns3