Skip to content

Commit

Permalink
Update recipe.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
alexravitz committed Jan 19, 2016
1 parent 3a13590 commit 83f043a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions source/user/input_specs/recipe.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,13 @@ atom fractions, and contains two nuclides: 0.7% of the atoms are U-235 and

.. code-block:: json
{
{
"recipe": {
"name": "proton_recipe",
"basis": "mass",
"nuclide": {
"id": "010010000",
"comp": "1", },
"id": "H1",
"comp": 1, },
}
}
Expand All @@ -84,11 +84,11 @@ atom fractions, and contains two nuclides: 0.7% of the atoms are U-235 and
"name": "natU_recipe",
"basis": "atom",
"nuclide": {
"id": "922350000",
"comp": "0.007", },
"id": "U235",
"comp": 0.007, },
"nuclide": {
"id": "922380000",
"comp": "0.993", },
"id": "U238",
"comp": 0.993, },
}
}
Expand Down

0 comments on commit 83f043a

Please sign in to comment.