From fe644f9785d8e99d04dc1cc60c43fa06eefcd66a Mon Sep 17 00:00:00 2001 From: Chris Malley Date: Wed, 13 Mar 2024 19:47:24 -0600 Subject: [PATCH] #71 --- doc/implementation-notes.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/implementation-notes.md b/doc/implementation-notes.md index b3727715..895eecd3 100644 --- a/doc/implementation-notes.md +++ b/doc/implementation-notes.md @@ -162,14 +162,6 @@ the behavior of the coil. See especially `calibrateEMF`. This diagram shows the most important part of the model class hierarchy. ``` -CurrentIndicator - LightBulb - Voltmeter - -CurrentSource - ACPowerSupply - DCPowerSupply - FELMovable FieldMeasurementTool Compass @@ -182,6 +174,14 @@ FELMovable CoilMagnet Electromagnet PickupCoil + +CurrentIndicator + LightBulb + Voltmeter + +CurrentSource + ACPowerSupply + DCPowerSupply ``` ### Composition at the TModel level