Files @ 6d2e1692ec10
Branch filter:

Location: EI/VirtualLeaf/.hgignore

Roeland Merks
I've repaired VLeaf's batch mode to work with dynamic model loading. There is a new option now "-m" that allows you to supply a model name.

For example:

./VirtualLeaf -l ../data/leaves/auxin_growth.xml -m libauxingrowth.so -b

or

./VirtualLeaf --leaffile ../data/leaves/auxin_growth.xml --model libauxingrowth.so --batch


user: Roeland Merks <roeland.merks@cwi.nl>
branch 'default'
changed src/VirtualLeaf.cpp
changed src/VirtualLeaf.pro
changed src/modelcatalogue.cpp
changed src/modelcatalogue.h
changed src/warning.cpp
# use glob syntax.
syntax: glob

*~
*.a
*.exe
*.cache
*.Debug
*.o
*.orig
*.out
*.Release
*.so
*.vars
*Makefile
*make.out
*moc_*.cpp
src/parameter.h
src/parameter.cpp
src/default.par
src/pardialog.h
src/pardialog.cpp
bin*

# switch to regexp syntax.
syntax: regexp

# finis