Skip to content

Commit b5330c5

Browse files
moved internal function out of examples and into a new internal folder
1 parent a1107ff commit b5330c5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
File renamed without changes.

setup.m

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@
55
addpath(fullfile(base_folder, "network_layers"))
66
addpath(fullfile(base_folder, "sample_data"))
77
addpath(fullfile(base_folder, "examples"))
8+
addpath(fullfile(base_folder, "internal"))
89
addpath(fullfile(base_folder, "datastore"))
9-
end
10+
end

0 commit comments

Comments
 (0)