forked from glen/dyna3
Make Element::index
private
This commit is contained in:
parent
102f400553
commit
b3470b597d
1 changed files with 1 additions and 4 deletions
|
@ -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…
Add table
Reference in a new issue