Compare commits
3 Commits
master
...
experiment
Author | SHA1 | Date | |
---|---|---|---|
f9e463d85b | |||
6c2af0fa68 | |||
ee0cfa92fc |
@ -1,6 +1,3 @@
|
|||||||
# BasicVectorOperations — Official EPOS Application Repository
|
BasicVectorOperations app official repository
|
||||||
|
|
||||||
This repository contains the source code and configuration files for the `BasicVectorOperations` application used within the EPOS EPISODES Platform.
|
Link to remote: https://epos-apps.grid.cyfronet.pl/official-apps/BasicVectorOperations/_edit/main//README.md
|
||||||
|
|
||||||
📦 To test or modify this application in the EPISODES environment, follow the guide:
|
|
||||||
https://docs.cyfronet.pl/display/ISDOC/Editing+application+codes+guide
|
|
@ -20,6 +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(['Test from experimental-testing-live-code-edits 2']);
|
||||||
switch operation_type
|
switch operation_type
|
||||||
case {'^', 'POWER'}
|
case {'^', 'POWER'}
|
||||||
if(isempty(denominator))
|
if(isempty(denominator))
|
Loading…
Reference in New Issue
Block a user