From 01cd47d0e0fa3bd42a4d0ad7410a5543f8c1106a Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Sun, 18 Aug 2013 12:57:44 -0400 Subject: [PATCH 1/2] Added second nuclide to survival biasing test and updated results. --- tests/test_survival_biasing/materials.xml | 5 +++-- tests/test_survival_biasing/results_true.dat | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/tests/test_survival_biasing/materials.xml b/tests/test_survival_biasing/materials.xml index 1f85510e0d..1382ad5952 100644 --- a/tests/test_survival_biasing/materials.xml +++ b/tests/test_survival_biasing/materials.xml @@ -2,8 +2,9 @@ - - + + + diff --git a/tests/test_survival_biasing/results_true.dat b/tests/test_survival_biasing/results_true.dat index 27f6ffb6d9..f733b4050d 100644 --- a/tests/test_survival_biasing/results_true.dat +++ b/tests/test_survival_biasing/results_true.dat @@ -1,2 +1,2 @@ k-combined: -0.30487324 0.00983400 +0.96880768 0.06981246 From 44170ed727a12728cd8accf161f41a6a8de4056d Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Sun, 18 Aug 2013 15:52:51 -0400 Subject: [PATCH 2/2] Describe how to switch to master branch in user's guide. --- docs/source/quickinstall.rst | 1 + docs/source/usersguide/install.rst | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/docs/source/quickinstall.rst b/docs/source/quickinstall.rst index e6c9e4488e..2cee56987a 100644 --- a/docs/source/quickinstall.rst +++ b/docs/source/quickinstall.rst @@ -43,6 +43,7 @@ following commands in a terminal: git clone git://github.com/mit-crpg/openmc.git cd openmc/src + git checkout master make sudo make install diff --git a/docs/source/usersguide/install.rst b/docs/source/usersguide/install.rst index ef01aeff7f..d5ea3d9c2d 100644 --- a/docs/source/usersguide/install.rst +++ b/docs/source/usersguide/install.rst @@ -102,6 +102,12 @@ repository:: git clone git://github.com/mit-crpg/openmc.git +By default, the cloned repository will be set to the development branch. To +switch to the source of the latest stable release, run the following commands:: + + cd openmc/src + git checkout master + .. _GitHub: https://github.com/mit-crpg/openmc .. _git: http://git-scm.com .. _ssh: http://en.wikipedia.org/wiki/Secure_Shell