diff --git a/src/ChangeLog b/src/ChangeLog --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,17 @@ +2010-10-14 + + * VirtualLeaf.pro: Turned debug off to make all profiles must be + consistant. + + * VirtualLeaf-install.nsi: Tweaked paths to coincide with UNIX + distribution, i.e. VirtualLeaf.exe, its libraries, models, and the + uninstaller all go in the bin directory. And leaves directory + placed under data directory. + + * canvas.cpp (exportCellData): Added a check to inquire before + overwritting an existing file. + + 2010-10-14 * mesh.cpp: In response to referees' comments, added new parameter "yield_threshold" instead of fixed parameter '4' for yield threshold. @@ -11,11 +25,19 @@ 2010-10-14 * hull.cpp: added an operator< to sort Points - * cellbase.cpp (ExactCircumference): I added a new function ExactCircumference, yielding the circumference of the cell along its wall_elements + * cellbase.cpp (ExactCircumference): I added a new function + ExactCircumference, yielding the circumference of the cell along + its wall_elements + + * VirtualLeaf.cpp: adjust info_string to accomodate for new name + of function CellBase::Circumference -> CellBase::WallCircumference - * VirtualLeaf.cpp: adjust info_string to accomodate for new name of function CellBase::Circumference -> CellBase::WallCircumference - * mesh.cpp: corrected Mesh::Compactness, the boundary coordinates need to be sorted in x,y order for the convex hull algorithm (thanks Margriet!). I updated CSVExportCellData so it exports the circumferences of hull and boundary_polygon. - + * mesh.cpp: corrected Mesh::Compactness, the boundary coordinates + need to be sorted in x,y order for the convex hull algorithm + (thanks Margriet!). I updated CSVExportCellData so it exports the + circumferences of hull and boundary_polygon. + + 2010-10-14 * VirtualLeafpar.tmpl (export_fn_prefix): changed to 'cell.' @@ -24,7 +46,7 @@ 2010-10-14