[Bprocessor-commit] model/src/net/sourceforge/bprocessor/model Command.java, 1.67, 1.68
Status: Pre-Alpha
Brought to you by:
henryml
From: Michael L. <he...@us...> - 2008-02-13 13:18:20
|
Update of /cvsroot/bprocessor/model/src/net/sourceforge/bprocessor/model In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv13356/src/net/sourceforge/bprocessor/model Modified Files: Command.java Log Message: Renamed Insert Net to Insert Grid Index: Command.java =================================================================== RCS file: /cvsroot/bprocessor/model/src/net/sourceforge/bprocessor/model/Command.java,v retrieving revision 1.67 retrieving revision 1.68 diff -C2 -d -r1.67 -r1.68 *** Command.java 7 Feb 2008 13:04:21 -0000 1.67 --- Command.java 13 Feb 2008 13:18:20 -0000 1.68 *************** *** 1952,1961 **** * */ ! public static class InsertNet extends Command { /** * * @param surface Surface */ ! public InsertNet(Surface surface) { parameters.put("surface", surface); parameters.put("x distance", 0.5); --- 1952,1961 ---- * */ ! public static class InsertGrid extends Command { /** * * @param surface Surface */ ! public InsertGrid(Surface surface) { parameters.put("surface", surface); parameters.put("x distance", 0.5); |