Removed the "#remove" statements which do not appear to work.
This commit is contained in:
parent
de0897cd66
commit
09b3c166de
@ -71,7 +71,7 @@ boundaryField
|
||||
}
|
||||
|
||||
// this should have no effect
|
||||
#remove inactive
|
||||
//#remove $inactive
|
||||
|
||||
inlet_7 { $active }
|
||||
#inputMode overwrite
|
||||
@ -105,9 +105,9 @@ baz
|
||||
|
||||
|
||||
// this should work
|
||||
#remove active
|
||||
//#remove active
|
||||
|
||||
// this should work too
|
||||
#remove ( bar baz )
|
||||
//#remove ( bar baz )
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
Loading…
Reference in New Issue
Block a user