diff --git a/src/ChangeLog b/src/ChangeLog --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,10 +1,42 @@ 2010-06-15 + * mesh.cpp (findNextBoundaryNode): Initialize Node *next_boundary_node = NULL; + + * xmlwrite.cpp (XMLReadSimtime): Removed unused variable cur + (XMLReadWalls): viz_flux need not be declared twice; default value of 0.0. + (XMLReadCells): Removed unused count variable. + (XMLReadSimtime): Removed unused cur variable. + (XMLRead): Removed unused v_str variable. + + * simitembase.cpp (userMove): Use assignment merely to obviate compilation warning. + (SimItemBase) Ditto. + + * qcanvasarrow.h (QGraphicsLineItem): Use assignment merely to obviate compilation warning. + + * output.cpp (OpenWriteFile): Removed unused par variable. + + * nodeitem.cpp (paint): Use assignment merely to obviate compilation warning. + + * forwardeuler.cpp (odeint): Use assignment merely to obviate compilation warning. + + * cell.cpp (DivideOverGivenLine): Use assignment merely to obviate compilation warning. + + * canvas.cpp (FigureEditor): Use assignments merely to obviate compilation errors. + (mousePressEvent): Removed unused item variable. + + * apoplastitem.cpp + (ApoplastItem): Removed unused par variable. + (OnClick): Use NULL assignment merely to obviate compilation warning. + + * mainbase.h (MainBase): Use assignment merely to obviate compilation warning. + + * cellbase.h (CellsStaticDatamembers): Use assignment merely to obviate compilation warning. + + * cell.cpp: Wrapped diagnostic output in QDEBUG blocks. * VirtualLeaf.cpp ditto. * canvas.cpp ditto. * cell.cpp ditto. - * cellbase.h * data_plot.cpp ditto. * forwardeuler.cpp ditto. * mesh.cpp ditto.