Compare commits
6 Commits
experiment
...
master
Author | SHA1 | Date | |
---|---|---|---|
a3d58a498c | |||
3b02784ebb | |||
9604cfbcf1 | |||
a808149386 | |||
78a066302a | |||
09833588df |
@ -1,3 +1,3 @@
|
|||||||
BasicVectorOperations app official repository
|
# TestApp
|
||||||
|
|
||||||
Link to remote: https://epos-apps.grid.cyfronet.pl/official-apps/BasicVectorOperations/_edit/main//README.md
|
This repository is only for testing.
|
@ -20,7 +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(['Test from experimental-testing-live-code-edits 2']);
|
error('This is an intentional error. Application version: branch master NEW (commit 10.03 12:48)');
|
||||||
|
|
||||||
switch operation_type
|
switch operation_type
|
||||||
case {'^', 'POWER'}
|
case {'^', 'POWER'}
|
||||||
if(isempty(denominator))
|
if(isempty(denominator))
|
Loading…
Reference in New Issue
Block a user