Compare commits

..

No commits in common. "master" and "v2.62" have entirely different histories.

2 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
# TestApp BasicVectorOperations app official repository
This repository is only for testing. Link to remote: https://epos-apps.grid.cyfronet.pl/official-apps/BasicVectorOperations/_edit/main//README.md

View File

@ -20,7 +20,7 @@ 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 NEW (commit 10.03 12:48)'); error('This is an intentional error. Application version: branch master, tag v2.62 (commit 10.03 12:47)');
switch operation_type switch operation_type
case {'^', 'POWER'} case {'^', 'POWER'}