From 282001803b750ffb9008ee79dce7d18f36870565 Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Fri, 13 Mar 2020 16:17:55 -0500 Subject: [PATCH] Use consistent naming on example scripts --- examples/lattice/hexagonal/{build-xml.py => build_xml.py} | 0 examples/lattice/nested/{build-xml.py => build_xml.py} | 0 examples/lattice/simple/{build-xml.py => build_xml.py} | 0 examples/pincell/{build-xml.py => build_xml.py} | 0 examples/pincell_multigroup/{build-xml.py => build_xml.py} | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename examples/lattice/hexagonal/{build-xml.py => build_xml.py} (100%) rename examples/lattice/nested/{build-xml.py => build_xml.py} (100%) rename examples/lattice/simple/{build-xml.py => build_xml.py} (100%) rename examples/pincell/{build-xml.py => build_xml.py} (100%) rename examples/pincell_multigroup/{build-xml.py => build_xml.py} (100%) diff --git a/examples/lattice/hexagonal/build-xml.py b/examples/lattice/hexagonal/build_xml.py similarity index 100% rename from examples/lattice/hexagonal/build-xml.py rename to examples/lattice/hexagonal/build_xml.py diff --git a/examples/lattice/nested/build-xml.py b/examples/lattice/nested/build_xml.py similarity index 100% rename from examples/lattice/nested/build-xml.py rename to examples/lattice/nested/build_xml.py diff --git a/examples/lattice/simple/build-xml.py b/examples/lattice/simple/build_xml.py similarity index 100% rename from examples/lattice/simple/build-xml.py rename to examples/lattice/simple/build_xml.py diff --git a/examples/pincell/build-xml.py b/examples/pincell/build_xml.py similarity index 100% rename from examples/pincell/build-xml.py rename to examples/pincell/build_xml.py diff --git a/examples/pincell_multigroup/build-xml.py b/examples/pincell_multigroup/build_xml.py similarity index 100% rename from examples/pincell_multigroup/build-xml.py rename to examples/pincell_multigroup/build_xml.py