file libthird_1_2/1.2/libthird_1_2/sub_module.py
[No description available]
Namespaces
Name |
---|
libthird_1_2 |
libthird_1_2::sub_module |
Source code
#
# A dummy python library for testing GAMBIT backend setup
# Mimics the functionality of libfirst
#
# \author Pat Scott
# \date 2018-09
#
#
someOtherInt = 5
def someOtherFunction(x):
return x*someOtherInt
Updated on 2022-08-03 at 12:58:05 +0000