Changeset 5f67883 in flex_extract.git for Source/Python/Classes/ControlFile.py


Ignore:
Timestamp:
Jun 11, 2020, 12:51:12 PM (4 years ago)
Author:
Anne Philipp <anne.philipp@…>
Branches:
master, ctbto, dev
Children:
f5e40d8
Parents:
026b359
Message:

changed makefile defaults; changed template filenames

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Source/Python/Classes/ControlFile.py

    r026b359 r5f67883  
    1919#        - divided assignment of attributes and the check of conditions
    2020#        - outsourced the commandline argument assignments to control attributes
    21 #   June 202 - Petra Seibert (Univ of Vienna / BOKU)
    22 #        - update default makefile name
     21#   June 2020 - Anne Philipp
     22#        - update default makefile to None
    2323#
    2424# @License:
     
    269269    makefile : str
    270270        Name of the makefile to be used for the Fortran program.
    271         Default value is 'makefile_local_gfortran'.
     271        Default value is None.
    272272
    273273    destination : str
     
    404404        self.exedir = _config.PATH_FORTRAN_SRC
    405405        self.installdir = None
    406         self.makefile = 'makefile_local_gfortran'
     406        self.makefile = None
    407407        self.destination = None
    408408        self.gateway = None
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG