correct include
This commit is contained in:
parent
6ff354c4a7
commit
c7e1b16cd7
|
|
@ -13,11 +13,11 @@ Model Author : 1990 Michael Schröter TU Dresden
|
|||
* - lambda functions are used to calculate derivatives of larger Verilog Macros
|
||||
*/
|
||||
|
||||
#include "cmath"
|
||||
#include <cmath>
|
||||
#ifndef M_PI
|
||||
#define M_PI 3.1415926535897932384626433832795
|
||||
#endif
|
||||
#include <duals/dual>
|
||||
#include "duals/dual"
|
||||
#include "hicumL2.hpp"
|
||||
#include "hicumL2temp.hpp"
|
||||
#include <functional>
|
||||
|
|
|
|||
|
|
@ -4,11 +4,11 @@ Spice3 Implementation: 2019-2020 Dietmar Warning, Markus Müller, Mario Krattenm
|
|||
Model Author : 1990 Michael Schröter TU Dresden
|
||||
**********/
|
||||
|
||||
#include "cmath"
|
||||
#include <cmath>
|
||||
#ifndef M_PI
|
||||
#define M_PI 3.1415926535897932384626433832795
|
||||
#endif
|
||||
#include <duals/dual>
|
||||
#include "duals/dual"
|
||||
#include "hicumL2.hpp"
|
||||
#include <functional>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue