Move SpecifiedValue into its own module
This commit is contained in:
parent
894931a6e7
commit
309b0881df
4 changed files with 65 additions and 65 deletions
|
|
@ -12,10 +12,9 @@ use crate::{
|
|||
assembly::{
|
||||
ElementKey,
|
||||
Regulator,
|
||||
RegulatorKey,
|
||||
SpecifiedValue,
|
||||
SpecifiedValue::*
|
||||
}
|
||||
RegulatorKey
|
||||
},
|
||||
specified::{SpecifiedValue, SpecifiedValue::{Absent, Present}}
|
||||
};
|
||||
|
||||
// an editable view of a regulator
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue