about summary refs log tree commit diff
path: root/sourcecodes/parameter_learning/readInputStructure.m
diff options
context:
space:
mode:
Diffstat (limited to 'sourcecodes/parameter_learning/readInputStructure.m')
-rw-r--r--sourcecodes/parameter_learning/readInputStructure.m3
1 files changed, 3 insertions, 0 deletions
diff --git a/sourcecodes/parameter_learning/readInputStructure.m b/sourcecodes/parameter_learning/readInputStructure.m
index 6b3cbece..a91c34df 100644
--- a/sourcecodes/parameter_learning/readInputStructure.m
+++ b/sourcecodes/parameter_learning/readInputStructure.m
@@ -21,6 +21,9 @@ function [ dag ] = readInputStructure( sfile, labels )
 	%  Output:
     %     dag = matrix with the structure.
 %
+%  readInputStructure is called by runBN_initial.m
+
+
 %   Read in first line of the structure file
 %  open file for input, include error handling
 fin = fopen(sfile,'r');