mirror of
https://git.code.sf.net/p/ngspice/ngspice
synced 2026-09-04 11:09:28 +02:00
suppress warning that is not relevant (we don't use floats)
This commit is contained in:
@@ -528,6 +528,7 @@ public:
|
||||
: _real(re), _dual(du) {}
|
||||
|
||||
/// Copy construct from a dual of equal depth.
|
||||
#pragma warning (disable : 4244) /* floats are not used in HICUM */
|
||||
template<class X, CPPDUALS_ONLY_SAME_DEPTH_AS_T(T,X),
|
||||
CPPDUALS_ENABLE_IF(!is_complex<X>::value)>
|
||||
dual(const dual<X> & x)
|
||||
|
||||
Reference in New Issue
Block a user