Skip to content

Commit

Permalink
Merge pull request #92 from njoy/docs
Browse files Browse the repository at this point in the history
Updating test documentation.
  • Loading branch information
jlconlin authored Jul 11, 2018
2 parents 491d475 + d815e79 commit 580dc75
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 64 deletions.
22 changes: 13 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,24 @@ git:
addons:
apt:
sources:
- ubuntu-toolchain-r-test
- george-edison55-precise-backports
- ubuntu-toolchain-r-test
- george-edison55-precise-backports
packages:
- gcc-6
- gfortran-6
- gcc-6
- gfortran-6

language: c

compiler:
- gcc
- gcc

os:
- linux
- osx
- linux
- osx

before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install gcc; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install python3 gcc; fi

script: "travis_wait 40 ./.travis/build.sh"
after_success: "./.travis/signature.sh"
Expand Down
1 change: 0 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ NJOY2016 is a Fortran-90/95/2003 implementation of the NJOY Nuclear Data Process

A pdf version of the NJOY2016 user's manual is [available here](https://github.com/njoy/NJOY2016-manual/raw/master/njoy16.pdf). For an alternative description of NJOY and its application see the report ["Methods for Processing ENDF/B-VII with NJOY"](http://www.sciencedirect.com/science/article/pii/S0090375210001006) in the December 2010 issue of Nuclear Data Sheets.

For a tutorial on using NJOY (originally written for NJOY97 but still applicable to the current code version), go to the LANL T-2 web site, [http://t2.lanl.gov](http://t2.lanl.gov), and follow links to the Nuclear Information Service (NIS), "Training Area" and "NJOY".

## Verification Tests
An set of test problems is provided with NJOY2016, both to check the installation, and to provide examples of how to use NJOY. In order to provide continuity to earlier versions, we still use fairly old ENDF/B-III, -IV, and -V files for many of these tests. They also tend to have less detail than the newer ENDF/B-VII files, which makes the test problems run faster.
Expand Down
Loading

0 comments on commit 580dc75

Please sign in to comment.