Skip to content

Commit

Permalink
FIxed Issue PMEAL#298: change ctrl.network() to ctrl.networks() in on…
Browse files Browse the repository at this point in the history
…e spot. Did a 'search all' of the code and found no infractions.
  • Loading branch information
jgostick committed Feb 4, 2015
1 parent 186390c commit b06fef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OpenPNM/Base/__Core__.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ def _find_object(self,obj_name='',obj_type=''):
elif obj_type in ['Physics','physics']:
objs = ctrl.physics()
elif obj_type in ['Network','Networks','network','networks']:
objs = ctrl.network()
objs = ctrl.networks()
return objs

def physics(self,phys_name=[]):
Expand Down

0 comments on commit b06fef0

Please sign in to comment.