hollasch/ftimecomp

ftimecomp should take any number of files, not just two

hollasch opened this issue · 0 comments

This means that the return values would have to be updated to reflect the new scheme.

If 0-based, then could return -1 to indicate all timestamps equal, or 0,1,2,3,... for the most extreme timestamp of the arguments.

If 1-based, then 0 indicates all timestamps equal, otherwise 1,2,3,4,... for the most extreme timestamp of the arguments.