ECG-Kit 1.0

File: <base>/common/prtools/diplibwarn.m (290 bytes)
%DIPLIBWARN  Warn no DIPimage once

function diplibwarn

persistent DIPWARN

if isempty(DIPWARN)
  DIPWARN = 0;
  disp([newline '--> The DIPIMAGE package is not available. Replacements ' ...
    newline '--> will be used and may behave slightly different.' newline])
end

return