Skip to content
  • Sébastien Villemot's avatar
    Workaround for a strange bug with Octave. · c3918761
    Sébastien Villemot authored
    If there is any call to exist(fname) before the call to the preprocessor, then
    Octave will use the old copy of the .m instead of the newly generated one.
    Deleting the .m beforehand fixes the problem.
    c3918761