[Bprocessor-commit] model/src/net/sourceforge/bprocessor/model Surface.java,1.90,1.91
Status: Pre-Alpha
Brought to you by:
henryml
From: Nikolaj B. <nbr...@us...> - 2006-04-10 14:57:28
|
Update of /cvsroot/bprocessor/model/src/net/sourceforge/bprocessor/model In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30351/src/net/sourceforge/bprocessor/model Modified Files: Surface.java Log Message: Removed Fixme comments Index: Surface.java =================================================================== RCS file: /cvsroot/bprocessor/model/src/net/sourceforge/bprocessor/model/Surface.java,v retrieving revision 1.90 retrieving revision 1.91 diff -C2 -d -r1.90 -r1.91 *** Surface.java 10 Apr 2006 11:53:51 -0000 1.90 --- Surface.java 10 Apr 2006 14:57:19 -0000 1.91 *************** *** 991,996 **** res.add(new Attribute("Space", "None", false)); } ! // FIXME The material attribute should be ... a material! ! // The id does not work if this is not a toplevel surface. if (getFrontMaterial() != null) { res.add(new Attribute("Front Material", getFrontMaterial())); --- 991,995 ---- res.add(new Attribute("Space", "None", false)); } ! if (getFrontMaterial() != null) { res.add(new Attribute("Front Material", getFrontMaterial())); *************** *** 1011,1016 **** } - // FIXME The material attribute should be ... a material! - // The id does not work if this is not a toplevel surface. if (getBackMaterial() != null) { res.add(new Attribute("Back Material", getBackMaterial())); --- 1010,1013 ---- |