From 6961aa57fb332c975d9ccc38570d1a78beb02bdf Mon Sep 17 00:00:00 2001 From: Chris Malley Date: Wed, 13 Mar 2024 19:45:47 -0600 Subject: [PATCH] #71 --- doc/implementation-notes.md | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/implementation-notes.md b/doc/implementation-notes.md index 51e0a28e..d00a6781 100644 --- a/doc/implementation-notes.md +++ b/doc/implementation-notes.md @@ -151,7 +151,6 @@ is fundamental to understand the sim model. It is described in [model.md](https The most complicated part of the sim may be `Coil.createCoilSegments`. It creates an ordered `CoilSegment[]` that describes the shape of the coil, and the path that electrons follow as they flow through the coil. So that objects (bar magnet, compass,...) may pass through the coil, CoilSegments are designated as belonging to either the foreground layer or background layer of the coil. -CoilSegments also describe the path that electrons follow as they flow through the coil. ### Pickup Coil