-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
28 lines (21 loc) · 912 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Open Malaria
Licence: GPL v2 (see COPYING).
For build instructions, further documentation, etc:
http://code.google.com/p/openmalaria/w/list
Code subdirs:
graphics Separate graphics app. Currently out-of-date (untested with latest simulator code).
include Header files associated with model & xsdcxx code.
include/cxxtest Headers for cxxtest
model Source code for the malaria model.
xsdcxx Xml reader code plus latest scenario.xsd schema.
test High-level testing: test scenarios with expected outputs. Also run-time files: densities.csv, scenario_?.xsd, Nv0scenario*.txt.
unittest Low-level testing: unittests for the model using cxxunit.
Included code (from other sources):
gzstream, an STL iostream wrapper around zlib:
include/gzstream.h
model/gzstream.C
CxxTest 3.10.1:
include/cxxtest
unittest/cxxtestgen.pl
unittest/cxxtestgen.py
Both are licenced under the LGPL 2.1 (see COPYING.LIB).