Revision: 1837
http://qucs.svn.sourceforge.net/qucs/?rev=1837&view=rev
Author: ela
Date: 2011-04-03 13:02:58 +0000 (Sun, 03 Apr 2011)
Log Message:
-----------
2011-04-03 Stefan Jahn <stefan@...>
* strafo.cpp, trafo.cpp: Using AC model for transient simulation
of (symmetrical) trafo.
Modified Paths:
--------------
trunk/qucs-core/src/components/ChangeLog
trunk/qucs-core/src/components/strafo.cpp
trunk/qucs-core/src/components/trafo.cpp
Modified: trunk/qucs-core/src/components/ChangeLog
===================================================================
--- trunk/qucs-core/src/components/ChangeLog 2011-03-20 17:30:35 UTC (rev 1836)
+++ trunk/qucs-core/src/components/ChangeLog 2011-04-03 13:02:58 UTC (rev 1837)
@@ -1,3 +1,8 @@
+2011-04-03 Stefan Jahn <stefan@...>
+
+ * strafo.cpp, trafo.cpp: Using AC model for transient simulation
+ of (symmetrical) trafo.
+
2011-03-11 Stefan Jahn <stefan@...>
* hybrid.cpp: Replaced sqrt(2) by M_SQRT2.
Modified: trunk/qucs-core/src/components/strafo.cpp
===================================================================
--- trunk/qucs-core/src/components/strafo.cpp 2011-03-20 17:30:35 UTC (rev 1836)
+++ trunk/qucs-core/src/components/strafo.cpp 2011-04-03 13:02:58 UTC (rev 1837)
@@ -104,7 +104,7 @@
}
void strafo::initTR (void) {
- initDC ();
+ initAC ();
}
// properties
Modified: trunk/qucs-core/src/components/trafo.cpp
===================================================================
--- trunk/qucs-core/src/components/trafo.cpp 2011-03-20 17:30:35 UTC (rev 1836)
+++ trunk/qucs-core/src/components/trafo.cpp 2011-04-03 13:02:58 UTC (rev 1837)
@@ -70,7 +70,7 @@
}
void trafo::initTR (void) {
- initDC ();
+ initAC ();
}
// properties
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|