Menu

Commit [62802f]  Maximize  Restore  History

Update Miji.m

This proposed change removes a bug I described on imagej-dev . Any other use of javaaddpath, say to develop one's other software, loses the instance of MIJ. This is because javaaddpath automatically calls clear java. By returning the MIJ instance as a workspace object, the MIJ instance will not be cleared. The only change for the user is to call:

MIJ = Miji;

instead of just

Miji;

Signed-off by: Mark Hiner

Eric Barnhill Eric Barnhill 2015-05-28

Mark Hiner Mark Hiner 2015-08-21

changed scripts/Miji.m
scripts/Miji.m Diff Switch to side-by-side view
Loading...
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.