diff Implab/Automaton/AutomatonTransition.cs @ 166:b84cdbe82e7f ref20160224

sync
author cin
date Mon, 29 Feb 2016 18:41:01 +0300
parents 0526412bbb26
children 8200ab154c8a
line wrap: on
line diff
--- a/Implab/Automaton/AutomatonTransition.cs	Mon Feb 29 02:02:17 2016 +0300
+++ b/Implab/Automaton/AutomatonTransition.cs	Mon Feb 29 18:41:01 2016 +0300
@@ -1,7 +1,7 @@
 using System;
 
 namespace Implab.Automaton {
-    struct AutomatonTransition : IEquatable<AutomatonTransition> {
+    public struct AutomatonTransition : IEquatable<AutomatonTransition> {
         public readonly int s1;
         public readonly int s2;
         public readonly int edge;