new general processing structure just before splitting off the projects folder from this repo
8 lines
102 B
Matlab
8 lines
102 B
Matlab
|
|
classdef processingMode < int32
|
|
enumeration
|
|
serial (1)
|
|
parallel (2)
|
|
end
|
|
|
|
end |