Skip to content

Commit 7237e87

Browse files
fix(tutorial): add missing semicolon in export_data function
1 parent 658fe45 commit 7237e87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/tutorial3.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,4 +372,4 @@ end
372372

373373
# Export ZY matrices to ATPDraw
374374
output_file = fullfile("ZY_export.xml")
375-
export_file = export_data(:atp, line_params, f; file_name=output_file, cable_system=cable_system)
375+
export_file = export_data(:atp, line_params, f; file_name=output_file, cable_system=cable_system);

0 commit comments

Comments
 (0)