Skip to content
Snippets Groups Projects
Commit 86dd7789 authored by mads's avatar mads
Browse files

rename radius to curved_radius

parent f8ff37f1
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ class AtTimeFile(object):
for column, att_name in enumerate(self.attribute_names):
setattr(self, att_name, func_factory(column))
def radius(self, radius=None):
def curved_radius(self, radius=None):
"""Radius of calculation point(s)
Parameters
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment