Changeset 9314


Ignore:
Timestamp:
Aug 31, 2014, 11:16:43 PM (11 years ago)
Author:
steve
Message:

Getting rid of cfl reference

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/anuga_core/validation_tests/analytical_exact/deep_wave/run_wave.py

    r9155 r9314  
    2727args = anuga.get_args()
    2828alg = args.alg
     29verbose = args.verbose
    2930
    3031#-------------------------------------------------------------------------------
     
    6364    # or override manually yourself
    6465    #------------------------------------------------------------------------------
    65     from anuga.utilities.argparsing import parse_standard_args
    66     alg, cfl = parse_standard_args()
    6766    domain.set_flow_algorithm(alg)
    68     #domain.set_CFL(cfl)
    69    
    7067   
    7168    #------------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.