Last change
on this file since 683 was
570,
checked in by srkline, 13 years ago
|
Change (1):
In preparation for release, updated pragma IgorVersion?=6.1 in all procedures
Change (2):
As a side benefit of requiring 6.1, we can use the MultiThread? keyword to thread any model function we like. The speed benefit is only noticeable on functions that require at least one integration and at least 100 points (resolution smearing is NOT threaded, too many threadSafe issues, too little benefit). I have chosen to use the MultiThread? only on the XOP assignment. In the Igor code there are too many functions that are not explicitly declared threadsafe, making for a mess.
|
File size:
105 bytes
|
Rev | Line | |
---|
[41] | 1 | #pragma rtGlobals=1 // Use modern global access method. |
---|
| 2 | #pragma version=5.0 |
---|
[570] | 3 | #pragma IgorVersion=6.1 |
---|
[41] | 4 | |
---|
| 5 | |
---|
| 6 | |
---|
| 7 | |
---|
Note: See
TracBrowser
for help on using the repository browser.