Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MauriceManning committed Jul 2, 2012
1 parent b596841 commit 470ae95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ion/processes/data/transforms/ctd/ctd_L1_pressure.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def execute(self, granule):
# rdt0 = rdt['coordinates']
# rdt1 = rdt['data']

pressure = get_safe(rdt1, 'pres') #psd.get_values('conductivity')
pressure = get_safe(rdt, 'pres') #psd.get_values('conductivity')

longitude = get_safe(rdt, 'lon') # psd.get_values('longitude')
latitude = get_safe(rdt, 'lat') #psd.get_values('latitude')
Expand Down

0 comments on commit 470ae95

Please sign in to comment.