Changeset 9179


Ignore:
Timestamp:
Jun 17, 2014, 10:19:55 PM (10 years ago)
Author:
steve
Message:

Changing to get_args() to parse arguments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/anuga_core/validation_tests/analytical_exact/carrier_greenspan_periodic/numerical_carrier_greenspan.py

    r9153 r9179  
    3535#start_screen_catcher(output_dir+'_')
    3636
     37
     38args = anuga.get_args()
     39alg = args.alg
     40verbose = args.verbose
    3741
    3842#------------------------------------------------------------------------------
     
    9599    domain.set_datadir(output_dir)
    96100
    97     #------------------------------------------------------------------------------
    98     # Setup Algorithm, either using command line arguments
    99     # or override manually yourself
    100     #------------------------------------------------------------------------------
    101     from anuga.utilities.argparsing import parse_standard_args
    102     alg, cfl = parse_standard_args()
    103101    domain.set_flow_algorithm(alg)
    104     #domain.set_CFL(cfl)
     102
    105103
    106104    #------------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.