diff options
author | pav <pav@FreeBSD.org> | 2005-02-18 22:17:20 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-02-18 22:17:20 +0800 |
commit | 9d91ce4a26a796adc0e176fc2ae5a7be406dccb0 (patch) | |
tree | 2991d003c5b852c49a2c239312747fb2c5877ca3 /science/Makefile | |
parent | 2fd505ea9537bbd8dd4fc04b4f86ea2b72d418c6 (diff) | |
download | freebsd-ports-gnome-9d91ce4a26a796adc0e176fc2ae5a7be406dccb0.tar.gz freebsd-ports-gnome-9d91ce4a26a796adc0e176fc2ae5a7be406dccb0.tar.zst freebsd-ports-gnome-9d91ce4a26a796adc0e176fc2ae5a7be406dccb0.zip |
McStas - Monte Carlo simulation of neutron instruments
McStas is an ongoing project to create a general tool for simulating neutron
scattering instruments. The project is conducted at Risoe National Laboratory
in cooperation with the ILL.
McStas is based on a compiler that reads a high-level specification language
defining the instrument to be simulated and produces C code that performs the
Monte Carlo Simulation.
WWW: http://neutron.risoe.dk/
PR: ports/66031
Submitted by: Joerg Pulz <Joerg.Pulz@frm2.tum.de>
Diffstat (limited to 'science/Makefile')
-rw-r--r-- | science/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/science/Makefile b/science/Makefile index 885b17ea2776..e0c735265b51 100644 --- a/science/Makefile +++ b/science/Makefile @@ -37,6 +37,7 @@ SUBDIR += libsvm SUBDIR += libsvm-python SUBDIR += mayavi + SUBDIR += mcstas SUBDIR += mmtk SUBDIR += mpb SUBDIR += mpqc |