Delay*.hh protects
This commit is contained in:
parent
338a82add4
commit
220f280c02
|
|
@ -14,6 +14,9 @@
|
||||||
// You should have received a copy of the GNU General Public License
|
// You should have received a copy of the GNU General Public License
|
||||||
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
// SSTA compilation.
|
||||||
|
#if (SSTA == 1)
|
||||||
|
|
||||||
#include "Delay.hh"
|
#include "Delay.hh"
|
||||||
|
|
||||||
#include <cmath> // sqrt
|
#include <cmath> // sqrt
|
||||||
|
|
@ -27,9 +30,6 @@
|
||||||
// temporary hack
|
// temporary hack
|
||||||
#include "Sta.hh"
|
#include "Sta.hh"
|
||||||
|
|
||||||
// SSTA compilation.
|
|
||||||
#if (SSTA == 1)
|
|
||||||
|
|
||||||
namespace sta {
|
namespace sta {
|
||||||
|
|
||||||
inline float
|
inline float
|
||||||
|
|
|
||||||
|
|
@ -14,6 +14,9 @@
|
||||||
// You should have received a copy of the GNU General Public License
|
// You should have received a copy of the GNU General Public License
|
||||||
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
// SSTA compilation.
|
||||||
|
#if (SSTA == 2)
|
||||||
|
|
||||||
#include "Delay.hh"
|
#include "Delay.hh"
|
||||||
|
|
||||||
#include <cmath> // sqrt
|
#include <cmath> // sqrt
|
||||||
|
|
@ -25,9 +28,6 @@
|
||||||
#include "Units.hh"
|
#include "Units.hh"
|
||||||
#include "StaState.hh"
|
#include "StaState.hh"
|
||||||
|
|
||||||
// SSTA compilation.
|
|
||||||
#if (SSTA == 2)
|
|
||||||
|
|
||||||
namespace sta {
|
namespace sta {
|
||||||
|
|
||||||
inline float
|
inline float
|
||||||
|
|
|
||||||
|
|
@ -14,10 +14,10 @@
|
||||||
// You should have received a copy of the GNU General Public License
|
// You should have received a copy of the GNU General Public License
|
||||||
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
#include "StaConfig.hh"
|
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#include "StaConfig.hh"
|
||||||
|
|
||||||
#if (SSTA == 1)
|
#if (SSTA == 1)
|
||||||
// Delays are Normal PDFs.
|
// Delays are Normal PDFs.
|
||||||
#include "DelayNormal1.hh"
|
#include "DelayNormal1.hh"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue