1 Apr
2004
1 Apr
'04
8:53 p.m.
Peter, Scott, Bruce, The latest version of the ifeffit_10.dll windows binary should support 1024 paths, and 16 data sets. You can see what these limits are for your system by typing show &max_paths, &max_data_sets at the command line prompt. The limits are set to their current values so that Ifeffit+Athena takes well under 64Mb RAM. But these limits are set in one place in the source code (src/lib/consts.h) so that you can easily change them and recompile if you need these limits to be higher. max_paths can be increased easily up to 9999, but going above that would take more work. Hope that helps, --Matt