file libthird_1_1/1.1/libthird_1_1/sub_module.py

[No description available]

Namespaces

Name
libthird_1_1
libthird_1_1::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:20 +0000