From: Paul K. <pki...@us...> - 2004-08-16 00:32:00
|
On Aug 15, 2004, at 6:22 PM, Josep Mon=E9s i Teixidor wrote: > Some questions (err... actually just 1): > * bwmorph contains some lookup tables which have been calculated using > m-files I haven't committed (__bridge_lut_fun__.m, > __conditional_mark_patterns_lut_fun_.m, > __unconditional_mark_patterns_lut_fun_.m and > __diagonal_fill_lut_fun__.m). I think I should commit them in order to > allow people debug bwmorph and as documentation of the algorithms, but > they are not intended for being used directly (even indirectly ;) ). > Where should I upload them? Is the __name__.m nomenclature correct for > them? You could put them in a subdirectory. Subdirectories are not installed by default, except for bin and data. The underscore nomenclature is fine as well, especially if you want the functions available at runtime. - Paul |