Changeset 8652e7e in flex_extract.git for source


Ignore:
Timestamp:
Dec 14, 2018, 12:00:32 AM (5 years ago)
Author:
Anne Philipp <anne.philipp@…>
Branches:
master, ctbto, dev
Children:
9aefaad
Parents:
5cb0eaa
Message:

renamed some functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/python/install.py

    rfdfaf00 r8652e7e  
    3434# @Program Content:
    3535#    - main
    36 #    - get_install_cmdline_arguments
     36#    - get_install_cmdline_args
    3737#    - install_via_gateway
    3838#    - mk_tarball
     
    4141#    - mk_compilejob
    4242#    - mk_job_template
    43 #    - delete_convert_build
    44 #    - make_convert_build
     43#    - del_convert_build
     44#    - mk_convert_build
    4545#
    4646#*******************************************************************************
     
    7878    '''
    7979
    80     args = get_install_cmdline_arguments()
     80    args = get_install_cmdline_args()
    8181    c = ControlFile(args.controlfile)
    8282    c.assign_args_to_control(args)
     
    8787    return
    8888
    89 def get_install_cmdline_arguments():
     89def get_install_cmdline_args():
    9090    '''Decomposes the command line arguments and assigns them to variables.
    9191    Apply default values for non mentioned arguments.
     
    213213              os.path.abspath(c.flexpartdir) + '\n')
    214214
    215         delete_convert_build('.')
    216         make_convert_build('.', c.makefile)
     215        del_convert_build('.')
     216        mk_convert_build('.', c.makefile)
    217217
    218218        os.chdir(ecd)
     
    614614    return
    615615
    616 def delete_convert_build(src_path):
     616def del_convert_build(src_path):
    617617    '''Clean up the Fortran source directory and remove all
    618618    build files (e.g. \*.o, \*.mod and CONVERT2)
     
    638638    return
    639639
    640 def make_convert_build(src_path, makefile):
     640def mk_convert_build(src_path, makefile):
    641641    '''Compiles the Fortran code and generates the executable.
    642642
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG