[Bprocessor-commit] model/src/net/sourceforge/bprocessor/model Surface.java, 1.200, 1.201
Status: Pre-Alpha
Brought to you by:
henryml
From: Michael L. <he...@us...> - 2007-11-12 12:36:16
|
Update of /cvsroot/bprocessor/model/src/net/sourceforge/bprocessor/model In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv9987/src/net/sourceforge/bprocessor/model Modified Files: Surface.java Log Message: removed a comment Index: Surface.java =================================================================== RCS file: /cvsroot/bprocessor/model/src/net/sourceforge/bprocessor/model/Surface.java,v retrieving revision 1.200 retrieving revision 1.201 diff -C2 -d -r1.200 -r1.201 *** Surface.java 6 Nov 2007 18:20:30 -0000 1.200 --- Surface.java 12 Nov 2007 12:36:13 -0000 1.201 *************** *** 75,79 **** public static int direction(List<Edge> edges, CoordinateSystem system) { if (edges.size() < 2) { - log.error("Could not calculate direction for edge list due to its size"); return PARALLEL; } --- 75,78 ---- |