We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d056f2 commit 1f99827Copy full SHA for 1f99827
element_interface/intanloader/rhsutilities.py
@@ -2,6 +2,9 @@
2
import numpy as np
3
import matplotlib.pyplot as plt
4
5
+# All the code in this file is taken from https://github.com/Intan-Technologies/load-rhs-notebook-python.
6
+# The original license of the code is the COPYING file under the same directory.
7
+
8
# Define plural function
9
def plural(n):
10
"""Utility function to optionally pluralize words based on the value of n."""
0 commit comments