DelayNormal.cc condition
This commit is contained in:
parent
220f280c02
commit
2b30d90555
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue