From d4e7fa5d87050eea456121faa3e7ad078ff2d3a4 Mon Sep 17 00:00:00 2001 From: Dan Short Date: Fri, 31 Jul 2020 13:22:29 +0100 Subject: [PATCH] Add description of serialized XML file to README --- examples/serialized_custom_source/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/serialized_custom_source/README.md b/examples/serialized_custom_source/README.md index 52c003074..2ebc1ecc2 100644 --- a/examples/serialized_custom_source/README.md +++ b/examples/serialized_custom_source/README.md @@ -11,7 +11,8 @@ library, you can run: After this, you can build the model by running `python build_xml.py`. In the XML files that are created, you should see a reference to build/libserialised_source.so, -the custom source library that was built by CMake. The model is also set up with a +the custom source library that was built by CMake, and the path to the serialized +representation of the source in serialized_source.xml. The model is also set up with a mesh tally of the flux, so once you run `openmc`, you will get a statepoint file with the tally results in it. Running `python show_flux.py` will pull in the results from the statepoint file and display them. If all worked well, you