Make Element::index
private
This commit is contained in:
parent
102f400553
commit
b3470b597d
@ -23,10 +23,7 @@ pub struct Element {
|
||||
|
||||
// the configuration matrix column index that was assigned to this element
|
||||
// last time the assembly was realized
|
||||
/* TO DO */
|
||||
// this is public, as a kludge, because `Element` doesn't have a constructor
|
||||
// yet. it should be made private as soon as the constructor is written
|
||||
pub index: usize
|
||||
index: usize
|
||||
}
|
||||
|
||||
impl Element {
|
||||
|
Loading…
Reference in New Issue
Block a user