methlabUZH / automagic

Automagic
GNU General Public License v3.0
89 stars 32 forks source link

Fixes issue #27 #28

Closed janbrogger closed 3 years ago

janbrogger commented 3 years ago

In one specific line, checking for the file extension is no longer hardcoded to three letters: In src/Block.m line 1125 the line is now: if( any(strcmp(self.fileExtension(end-(length(self.fileExtension)-1):end), ...