Files @ 9a40ab737a73
Branch filter:

Location: EI/VirtualLeaf/src/build_models/ChangeLog

Roeland Merks
* Added functionality for numerical output (CSV) format. See functions starting with "CSV" in mesh.cpp. External code hull.cpp is responsible for convex hull calculations.
- ToDo: adopt menu item "File->export cell areas" so user can choose a file name or set up periodic output of numerical data.
- ToDo: add parameters re: periodic numeric output to "<settings>" block of LeafML-file, so it becomes possible to set up numeric output interactively, then write the LeafML file and run the program in batch mode to retrieve periodic numeric output.

* Added new functionality to plugin interface. It becomes possible to define a default LeafML init file for a plugin. It is read whenever the model plugin is loaded.
- ToDo: define default LeafML files for all plugins, according to the LeafML files mentioned in the Plant Phys. tutorial.


user: Roeland Merks <merks@cwi.nl>
branch 'default'
added src/hull.cpp
added src/hull.h
changed src/TutorialCode/Tutorial0/tutorial0.pro
changed src/VirtualLeaf.cpp
changed src/VirtualLeaf.pro
changed src/build_models/auxingrowthplugin.cpp
changed src/build_models/auxingrowthplugin.h
changed src/canvas.cpp
changed src/canvas.h
changed src/mainbase.h
changed src/mesh.cpp
changed src/mesh.h
changed src/modelcatalogue.cpp
changed src/simplugin.cpp
changed src/simplugin.h
changed src/xmlwrite.cpp
2010-06-23    <guravage@caterpie.sen.cwi.nl>

	* auxingrowthplugin.cpp: Removed NULL assignments to unused variables.
	* meinhardtplugin.cpp: Ditto.
	* testplugin.cpp: Ditto.


2010-06-22    <guravage@caterpie.sen.cwi.nl>

	* Makefile (clean): Add windows equivalent of UNIX touch.


2010-06-18    <guravage@caterpie.sen.cwi.nl>

	* plugin_auxingrowth.pro: Changed default LIBXML2DIR, LIBICONVDIR and LIBZDIR to corresponding distribution lib directories.
	* plugin_meinhardt.pro: Ditto.
	* plugin_test.pro: Ditto.

	* Makefile (clean): add if stmt not to `touch` on windows.


2010-06-15    <guravage@caterpie.sen.cwi.nl>


	* testplugin.cpp (CelltoCellTransport) Use NULL assignment merely to obviate compilation warnings.
	(WallDynamics): Ditto.
	(CellDynamics): Ditto.
	(OnDivide): Ditto.

	* meinhardtplugin.cpp (OnDivide): Use NULL assignment merely to obviate compilation warnings.
	* (WallDynamics): Ditto.

	* auxingrowthplugin.cpp (OnDivide): Use NULL assignment merely to obviate compilation warnings.

2010-06-03    <guravage@caterpie.sen.cwi.nl>

	* Makefile: Added top-level Makefile.

2010-05-10    <guravage@caterpie.sen.cwi.nl>

	* plugin_test.pro: Added -fPIC option to QMAKE_CXXFLAGS.
	* plugin_meinhardt.pro: ditto
	* plugin_auxingrowth.pro: ditto