Interactive Dartboard IGOR.6.03.x-1.0-1

in
Downloaded 992 times
Download: DrawDartBoard_2.ipf
Size: 13.8 KB
md5_file hash: c9c719efb9e8d762d555312e4f569773
First released: February 18, 2009 - 13:47

patched bad conditional compilation condition to
#if NumberByKey("IGORVERS", IgorInfo(0)) < 6.1
DoUpdate // general update (prior to IP6.1)
#else
DoUpdate /W=$DBwin // update this graph only (/W flag is new in IP6.1)
#endif

Back to top