Skip to content

Commit c34add3

Browse files
author
Vijay
committed
Fix constructor name to match class name
1 parent 6e64181 commit c34add3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

+deepinterp/Datastore.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
end
3737

3838
methods % begin methods section
39-
function myds = DeepInterpolationDataStore(filePath, options)
39+
function myds = Datastore(filePath, options)
4040
arguments
4141
filePath
4242
options = struct();

0 commit comments

Comments
 (0)