Wednesday, September 26, 2007

r42 r43

r43 | ozzloy | 2007-09-12 22:57:16 -0700 (Wed, 12 Sep 2007) | 2 lines

renaming continues for distinguishing between eigen and fisher

------------------------------------------------------------------------
r42 | ozzloy | 2007-09-12 22:49:20 -0700 (Wed, 12 Sep 2007) | 1 line

prepending 'eigen' to filenames to distinguish from fisher

as a result of moving all the functions around and keeping them all in the same directory, i have to rename functions (and therefore the files to which they belong) to make them distinct. of course this means i have to update everywhere the function is called as well. i don't really have a good way of doing this other than using "grep" and looking at each instance to make sure it should be updated to the new name. another possibility is that the function name happens to appear in a comment and should not be updated. sed and awk could probably do this for me more quickly. maybe i will teach myself how to use them.

No comments: