Add test error error('This is an intentional error. Application version: branch master (commit 10.03
This commit is contained in:
parent
78a066302a
commit
a808149386
@ -20,6 +20,8 @@ function [out_vector]=basicVectorOperations(in_vector, numerator, denominator, k
|
|||||||
% out_vector - output vector that is the result of the operation
|
% out_vector - output vector that is the result of the operation
|
||||||
%
|
%
|
||||||
|
|
||||||
|
error('This is an intentional error. Application version: branch master (commit 10.03 12:09)');
|
||||||
|
|
||||||
switch operation_type
|
switch operation_type
|
||||||
case {'^', 'POWER'}
|
case {'^', 'POWER'}
|
||||||
if(isempty(denominator))
|
if(isempty(denominator))
|
||||||
|
Loading…
Reference in New Issue
Block a user