This commit is contained in:
Axel Kohlmeyer
2022-10-06 10:11:32 -04:00
parent 453bd97ecd
commit fbc0e02cb2
2 changed files with 0 additions and 5 deletions

View File

@ -1734,8 +1734,6 @@ must be installed.
**Author:** Aidan Thompson (Sandia), Nicholas Lubbers (LANL).
.. versionadded:: 30Jun2020
.. versionadded:: 30Jun2020
**Supporting info:**

View File

@ -15,6 +15,3 @@ double some_double_function(double arg1, int arg2)
sum += arg1;
return sum;
}