Files @ 3663c597352b
Branch filter:

Location: EI/VirtualLeaf/.hgignore

Roeland Merks
Oh, oh... my previous solution to clean and then reconstruct a new initial condition did not work in all cases. Now I am calling Init(leaffile) during startup initialization only if the user is passing a leafML file during startup (-l option).

user: Roeland Merks <roeland.merks@cwi.nl>
branch 'default'
changed src/VirtualLeaf.cpp
changed src/modelcatalogue.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