From 87b857d3079eeb41bcf391ea03ca45a25ec65c00 Mon Sep 17 00:00:00 2001 From: chen Date: Fri, 14 Oct 2016 12:05:36 -0400 Subject: [PATCH] update some comments --- lib/damask/h5table.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/damask/h5table.py b/lib/damask/h5table.py index 94f3421ae..7b987fad4 100644 --- a/lib/damask/h5table.py +++ b/lib/damask/h5table.py @@ -63,7 +63,7 @@ class H5Table(object): ------ del_entry() -- Force delete attributes/group/datasets (Dangerous) get_attr() -- Return attributes if possible - add_attr() -- Add NEW attributes to dataset/group (please delete old first!) + add_attr() -- Add NEW attributes to dataset/group (no force overwrite) get_data() -- Retrieve data in numpy.ndarray add_data() -- Add dataset to H5 file get_cmdlog() -- Return the command used to generate the data if possible.