CppAD callback function that indicates whether we are running in parallel mode */
| 118 | |
| 119 | /** CppAD callback function that indicates whether we are running in parallel mode */ |
| 120 | static |
| 121 | bool in_parallel(void) |
| 122 | { |
| 123 | return ncurthreads > 1; |
| 124 | } |
| 125 | |
| 126 | /** CppAD callback function that returns the number of the current thread |
| 127 | * |
no outgoing calls
no test coverage detected