Changeset 4221


Ignore:
Timestamp:
Feb 6, 2007, 1:38:36 PM (17 years ago)
Author:
ole
Message:

Style guide

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/abstract_2d_finite_volumes/util.py

    r4195 r4221  
    874874    return texfile, elev_output
    875875                         
     876
     877
    876878#Fixme - Use geospatial to read this file - it's an xya file
    877879#Need to include other information into this filename, so xya + Name - required for report
     
    10891091        eastings_plot3d[:,] = eastings[:,:,j]
    10901092           
    1091         if surface ==  True:
     1093        if surface is  True:
    10921094            print 'Printing surface figure'
    10931095            for i in range(2):
     
    11111113
    11121114    # x profile for given time
    1113     if surface == True:
     1115    if surface is True:
    11141116        figure(11)
    11151117        plot(eastings[tindex,:,j],stages[tindex,:,j])
Note: See TracChangeset for help on using the changeset viewer.