Skip to content
  • Sébastien Villemot's avatar
    @x13/run.m: compatibility fix for Octave · e7142824
    Sébastien Villemot authored
    Previously, .mdl files would unnecessarily be passed through importdata(),
    which crashes on Octave.
    
    The nested “if”s (testing for the output file extension) have been reorganized,
    so that importdata() is not called on .mdl files (and neither on .acm and .rcm,
    where is not needed either).
    e7142824