Skip to content

Commit

Permalink
add code source
Browse files Browse the repository at this point in the history
  • Loading branch information
tdincer committed Feb 15, 2023
1 parent 3d056f2 commit 1f99827
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions element_interface/intanloader/rhsutilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
import numpy as np
import matplotlib.pyplot as plt

# All the code in this file is taken from https://github.com/Intan-Technologies/load-rhs-notebook-python.
# The original license of the code is the COPYING file under the same directory.

# Define plural function
def plural(n):
"""Utility function to optionally pluralize words based on the value of n."""
Expand Down

0 comments on commit 1f99827

Please sign in to comment.