Skip to content

Commit

Permalink
Cleaning up outfile.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dmorse committed May 10, 2016
1 parent 689eb94 commit d186628
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions tools/python/pscf/outfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,13 +215,3 @@ def output_decompose(self):
self._output_var('real', 'f_tail')
self._output_var('real', 'f_excess')

# def eval(self, expr1):
# '''
# Returns the value of a python expression calculated
# by using the key names of attributes of an Outfile
# as variable names.
# '''
# for key in self.__dict__.keys():
# exec( key + '= self.' + key )
# return eval(expr1)
#

0 comments on commit d186628

Please sign in to comment.