[Igarden-commit] Garden/source/LayoutDB Element.h, 1.38.2.12, 1.38.2.13
Status: Beta
Brought to you by:
jlbedell
|
From: Jeffrey B. <jlb...@us...> - 2008-05-04 11:38:50
|
Update of /cvsroot/igarden/Garden/source/LayoutDB In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv13613/source/LayoutDB Modified Files: Tag: Release_branch_v1 Element.h Log Message: Don't give "no spread" warning for non-plants Index: Element.h =================================================================== RCS file: /cvsroot/igarden/Garden/source/LayoutDB/Element.h,v retrieving revision 1.38.2.12 retrieving revision 1.38.2.13 diff -C2 -d -r1.38.2.12 -r1.38.2.13 *** Element.h 18 Apr 2008 02:42:15 -0000 1.38.2.12 --- Element.h 4 May 2008 11:38:47 -0000 1.38.2.13 *************** *** 91,94 **** --- 91,95 ---- kAllelopath, // One plant kOtherOverlapProblem, // Other non-crowding problem + kAlwaysAllowOverlap, kAllOverlap } overlapResult_t; |