Skip to content

Commit

Permalink
#763 update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rtimms committed Dec 17, 2019
1 parent 5b27183 commit c93918c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/scripts/compare_comsol/compare_comsol_DFN.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
def get_interp_fun(variable_name, domain):
"""
Create a :class:`pybamm.Function` object using the variable, to allow plotting with
:class:`'pybamm.QuickPlot'` (interpolate in space to match edges, and then create
:class:`'pybamm.QuickPlot'` (interpolate in space to match nodes, and then create
function to interpolate in time)
"""
variable = comsol_variables[variable_name]
Expand Down

0 comments on commit c93918c

Please sign in to comment.