summaryrefslogtreecommitdiffstats
path: root/src/SartAlgorithm.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright yearsWillem Jan Palenstijn2021-10-271-2/+2
|
* Replace signal-based abort handling by query-based handlingWillem Jan Palenstijn2019-08-141-3/+1
| | | | | | | | The abort handling is currently only used to process Ctrl-C from Matlab. Since Matlab R2019a, it appears that calling utIsInterruptPending() from a thread other than the main thread will crash. The previous approach of checking utIsInterruptPending() in a thread, and then signalling the running algorithm was therefore broken.
* iMinds -> imecWillem Jan Palenstijn2018-01-241-1/+1
|
* Update copyright dateWillem Jan Palenstijn2018-01-241-2/+2
|
* Update contact emailWillem Jan Palenstijn2018-01-121-1/+1
|
* Fix memory leak in SARTWillem Jan Palenstijn2017-11-281-4/+17
|
* Update headers (website+2016)Willem Jan Palenstijn2016-11-281-4/+3
|
* Merge pull request #35 from wjp/relaxationWillem Jan Palenstijn2016-04-141-1/+7
|\ | | | | Add relaxation factor option to SIRT, SART
| * Add relaxation parameters to SIRT, SARTWillem Jan Palenstijn2016-03-231-1/+7
| |
* | Fix accumulating multiple raylengths in SARTWillem Jan Palenstijn2016-03-231-5/+19
|/ | | | Thanks to @mohamedadaly for noticing.
* Replace boost::lexical_cast by stringstreamsWillem Jan Palenstijn2016-01-051-2/+0
| | | | | | This is to avoid the dependence of lexical_cast on the current locale. The stringstreams used for the new string parsing/output functions are explicitly imbued with the C/classic locale.
* Change XMLNode* to XMLNodeWillem Jan Palenstijn2015-05-061-2/+2
| | | | An XMLNode object is already simply a pointer, so no need to dynamically allocate XMLNodes.
* Update copyright to -2015Willem Jan Palenstijn2015-01-261-2/+2
|
* Update copyright headersWillem Jan Palenstijn2015-01-191-5/+5
|
* Update version to 1.3Willem Jan Palenstijn2013-07-011-0/+452