Closed mpharrigan closed 10 years ago
We specifically allow empty string to be an extension, so the glob pattern (glob("/*" + extension)) will work trivially
glob("/*" + extension)
For #400
the helptext for --input-dir in ConvertDataToHDF still mentions .xtc and .dcd exclusively.
--input-dir
ConvertDataToHDF
.xtc and .dcd
I made those changes
We specifically allow empty string to be an extension, so the glob pattern (
glob("/*" + extension)
) will work trivially