We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 64e9bd7 + f4ccd44 commit d48427eCopy full SHA for d48427e
1 file changed
src/amuse/datamodel/grids.py
@@ -268,6 +268,9 @@ def get_axes_names(self):
268
269
raise Exception("do not know how to find axes_names")
270
271
+ def set_axes_names(self, value):
272
+ self.add_vector_attribute('position', value)
273
+
274
class UnstructuredGrid(BaseGrid):
275
GLOBAL_DERIVED_ATTRIBUTES=CompositeDictionary(BaseGrid.GLOBAL_DERIVED_ATTRIBUTES)
276
class StructuredBaseGrid(BaseGrid):
0 commit comments