| 1921 | |
| 1922 | |
| 1923 | int |
| 1924 | Node::getCrdsSensitivity(void) |
| 1925 | { |
| 1926 | if ( (parameterID == 4) || (parameterID == 5) || (parameterID == 6) ) { |
| 1927 | return (parameterID-3); |
| 1928 | } |
| 1929 | else { |
| 1930 | return 0; |
| 1931 | } |
| 1932 | } |
| 1933 | |
| 1934 | |
| 1935 | int |
no outgoing calls
no test coverage detected