Changeset 2017


Ignore:
Timestamp:
Nov 10, 2005, 6:05:33 PM (19 years ago)
Author:
ole
Message:

cosmetics

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • production/karratha_2005/project.py

    r2011 r2017  
    2929demname = datadir + basename
    3030boundaryname = boundarydir + boundary_basename
    31 #outputname = outputdir + basename
     31outputname = outputdir + basename  #Used by post processing
    3232
    3333gauge_filename = 'all_bld_ind.csv'
  • tools/pytools/stats.py

    r18 r2017  
    3535
    3636
    37 def err(x,y=0,n=2):
     37def err(x, y=0, n=2):
    3838  """Relative error of ||x-y|| to ||y||
    3939     n = 2:    Two norm
Note: See TracChangeset for help on using the changeset viewer.