Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
gcasale committed Aug 25, 2016
1 parent 5d32c0c commit 6b2b09c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dicefg.m
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
function dicefg(configFile)
% DICEFG(configFile)
% Run DICE-FG tool using the specified configuration XML file.
version = '2.3.0';
version = '2.0.0';
xDoc = xmlread(configFile);
rootNode = xDoc.getDocumentElement.getChildNodes; % get the <DICE-FG> root
warning off;
Expand Down

0 comments on commit 6b2b09c

Please sign in to comment.