Skip to content

Commit

Permalink
Merge pull request cyclus#205 from niravpatel006/source
Browse files Browse the repository at this point in the history
updated Archetypes Json
  • Loading branch information
scopatz authored Sep 6, 2016
2 parents a9adeaa + 93592ac commit 701d5ca
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions source/user/input_specs/archetypes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,14 @@ in a library file with a name such as `libsimpleSource.so`, in the standard
{
"archetypes": {
"spec": {
"spec": [ {
"path": "my/custom/path",
"lib": "myAgentCollection",
"alias": "ReactorAgent" },
"spec": {"name": "simpleSource" },
"spec": {"name": "simpleRegion" },
"spec": {"name": "simpleInst" }
}
{"name": "simpleSource" },
{"name": "simpleRegion" },
{"name": "simpleInst" }
]
}
Expand Down

0 comments on commit 701d5ca

Please sign in to comment.