diff --git a/documentation/areaDetectorReleaseNotes.html b/documentation/areaDetectorReleaseNotes.html index 6a153c2..13d62a2 100755 --- a/documentation/areaDetectorReleaseNotes.html +++ b/documentation/areaDetectorReleaseNotes.html @@ -11,15 +11,15 @@
int are
- now size_t. This allows areaDetector to handle arrays with more elements
- than an int can represent. This is not backwards compatible with some
- drivers and plugins, because for example, the dims[] argument to
- NDArrayPool->alloc() has been changed from int to size_t.
- All drivers and plugins in areaDetector have been modified to reflect this change,
- but user-written drivers and plugins may need some minor modifications.int to size_t.
+ This allows areaDetector to handle arrays with more elements than an int
+ can represent. This is not backwards compatible with some drivers and plugins, because
+ for example, the dims[] argument to NDArrayPool->alloc()
+ has been changed from int to size_t. All drivers and plugins
+ in areaDetector have been modified to reflect this change, but user-written drivers
+ and plugins may need some minor modifications.