Skip to content

Commit

Permalink
Add date, brief description, and copyright fields to header blocks.
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanWollaeger committed Jul 19, 2021
1 parent f0eacbc commit 05d4eb7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion src/mesh/python/mesh_types.py
Original file line number Diff line number Diff line change
@@ -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

Expand Down
5 changes: 4 additions & 1 deletion src/mesh/python/x3d_generator.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 05d4eb7

Please sign in to comment.