Commit Graph

2 Commits

Author SHA1 Message Date
Yifeng Li
7d7688a288 lumpedRLC: replace all "uint" to "unsigned int".
The original contributor used "uint" in all code, which is a
non-standard language extension that doesn't exist in ISO C
or ISO C++, and causes build failures on macOS as reported by
PR #144. Replace all "uint" with "unsigned int" for standard
conformance to maximize portability.

Signed-off-by: Yifeng Li <tomli@tomli.me>
2024-09-16 19:49:23 +02:00
G. L
ee3f2b7d80
Lumped RLC parallel & series implementation (openEMS) (#121) 2023-11-18 12:23:15 +01:00