From e1b1dec119f5b5d64ef2ea3049296bc3b365c365 Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Wed, 11 Jul 2012 11:16:05 -0400 Subject: [PATCH] Added mention of material='void' to user's guide. --- docs/source/usersguide/input.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/source/usersguide/input.rst b/docs/source/usersguide/input.rst index af638e494..32bf1482d 100644 --- a/docs/source/usersguide/input.rst +++ b/docs/source/usersguide/input.rst @@ -413,7 +413,8 @@ Each ```` element can have the following attributes or sub-elements: *Default*: None :material: - The ``id`` of the material that this cell contains. + The ``id`` of the material that this cell contains. If the cell should + contain no material, this can also be set to "void". .. note:: If a material is specified, no fill should be given.