[Igarden-commit] Garden/source/LayoutDB MaterialRef.cpp, 1.119.2.32, 1.119.2.33
Status: Beta
Brought to you by:
jlbedell
|
From: Jeffrey B. <jlb...@us...> - 2008-04-08 22:26:46
|
Update of /cvsroot/igarden/Garden/source/LayoutDB In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv6264/source/LayoutDB Modified Files: Tag: Release_branch_v1 MaterialRef.cpp Log Message: Fix bug where you can't add "current height" on a row where maxHeight hasn't been set. Index: MaterialRef.cpp =================================================================== RCS file: /cvsroot/igarden/Garden/source/LayoutDB/MaterialRef.cpp,v retrieving revision 1.119.2.32 retrieving revision 1.119.2.33 diff -C2 -d -r1.119.2.32 -r1.119.2.33 *** MaterialRef.cpp 26 Mar 2008 22:24:56 -0000 1.119.2.32 --- MaterialRef.cpp 8 Apr 2008 22:26:50 -0000 1.119.2.33 *************** *** 2099,2103 **** // 1 + e ! BoundedInstanceData(year, kPlantInstanceSpread, &before, &after); if(before != NULL) { --- 2099,2103 ---- // 1 + e ! BoundedInstanceData(year, instanceAttr, &before, &after); if(before != NULL) { |