wn_simple_gce releases
-
Version 0.10 (2019-05-02)
- Fix:
-
A hash deallocation has been fixed.
-
Version 0.9 (2018-06-22)
- Internal:
-
An ambiguous if/then block has been fixed.
-
The check for xmlString type has been simplified.
-
Version 0.8 (2017-06-21)
- Internal:
-
Extern "C" has been fixed.
-
Compiler flags have been fixed for g++.
-
Version 0.7 (2017-06-10)
- Internal:
-
The xmlstring formats have been fixed for newer versions of libxml2.
-
Version 0.6 (2016-02-18)
- New:
-
A new example computes species mass fraction as a function of age.
- Fix:
-
Some typos have been fixed.
-
Version 0.5 (2013-04-12)
- New:
-
The user may now use his or her own yield function to compute yields
for species. Examples have been added to demonstrate this new capability.
-
A new API routine allows a user to retrieve current default yield coefficients.
- Fix:
-
An irrelevant initial Galactic mass input has been removed from an example.
-
Version 0.4 (2013-04-04)
- New:
-
wn_simple_gce is now hosted at sourceforge.net.
-
Code now uses extern "C" for c++ compilers.
- Fix:
-
Usage check on an species gas mass fraction example has been fixed.
-
Precision on output has been increased for example that derives omega for given gas mass fraction.
-
Version 0.3 (2010-02-21)
- Reorganization:
-
User-supplied infall is now defined by a user-defined infall
cycle number integrand and, if available, a user-defined infall
cycle number function. The technical report and some examples
have been modified to reflect this change. This is a backwards
incompatible change.
- Fix:
-
Some documentation typos have been fixed.
-
Version 0.2 (2009-08-03)
- New:
-
An example that demonstrates how to compute the evolution of
multiple GCE models (zones) simultaneously as been added.
-
Execution notes have been added to the tutorials, and the output
from the example codes contains more details.
-
Version 0.1 (2009-04-14)