From 05d4eb784d5a17ba90b0720918cb37adf858e7a5 Mon Sep 17 00:00:00 2001 From: Ryan Wollaeger Date: Mon, 19 Jul 2021 12:17:24 -0600 Subject: [PATCH] Add date, brief description, and copyright fields to header blocks. --- src/mesh/python/mesh_types.py | 5 ++++- src/mesh/python/x3d_generator.py | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/src/mesh/python/mesh_types.py b/src/mesh/python/mesh_types.py index 502c55fd6..9477d8779 100644 --- a/src/mesh/python/mesh_types.py +++ b/src/mesh/python/mesh_types.py @@ -1,6 +1,9 @@ #!/usr/bin/env python # -------------------------------------------*-python-*------------------------------------------- # -# file src/mesh/python/mesh_types.py +# file src/mesh/python/mesh_types.py +# date Monday, Jul 19, 2021, 12:14 pm +# brief This script provides mesh classes that calculate and contain unstructred mesh data. +# note Copyright (C) 2021, Triad National Security, LLC., All rights reserved. # ------------------------------------------------------------------------------------------------ # import numpy as np diff --git a/src/mesh/python/x3d_generator.py b/src/mesh/python/x3d_generator.py index f7d49bc8a..aae0e2720 100755 --- a/src/mesh/python/x3d_generator.py +++ b/src/mesh/python/x3d_generator.py @@ -1,6 +1,9 @@ #!/usr/bin/env python # -------------------------------------------*-python-*------------------------------------------- # -# file src/mesh/python/x3d_generator.py +# file src/mesh/python/x3d_generator.py +# date Monday, Jul 19, 2021, 12:14 pm +# brief This script generates X3D mesh files from a mesh object (assumed to have certain data). +# note Copyright (C) 2021, Triad National Security, LLC., All rights reserved. # ------------------------------------------------------------------------------------------------ # import mesh_types import numpy as np