DelayNormal.cc condition

This commit is contained in:
James Cherry 2020-07-03 18:19:26 -07:00
parent 220f280c02
commit 2b30d90555
2 changed files with 6 additions and 6 deletions

View File

@ -14,9 +14,6 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.
// SSTA compilation.
#if (SSTA == 1)
#include "Delay.hh"
#include <cmath> // sqrt
@ -30,6 +27,9 @@
// temporary hack
#include "Sta.hh"
// SSTA compilation.
#if (SSTA == 1)
namespace sta {
inline float

View File

@ -14,9 +14,6 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.
// SSTA compilation.
#if (SSTA == 2)
#include "Delay.hh"
#include <cmath> // sqrt
@ -28,6 +25,9 @@
#include "Units.hh"
#include "StaState.hh"
// SSTA compilation.
#if (SSTA == 2)
namespace sta {
inline float