/[marvin]/marvin/src/libnn/xml/xmlTdnnVisitor.ml
ViewVC logotype

Diff of /marvin/src/libnn/xml/xmlTdnnVisitor.ml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by matthieu, Sun Sep 7 22:10:04 2003 UTC revision 1.6 by srv89, Tue Sep 9 12:56:27 2003 UTC
# Line 62  object Line 62  object
62      (**      (**
63        Call the method from xmlVisitor which begins the dump.        Call the method from xmlVisitor which begins the dump.
64      *)      *)
65      super#beginDump network;      super#beginDump (network :> nn);
66            
67      (**      (**
68        Dump Time Delay Neural Network specific stuffs.        Dump Time Delay Neural Network specific stuffs.
# Line 101  object Line 101  object
101      (**      (**
102        Call the method from xmlVisitor which finishes the dump.        Call the method from xmlVisitor which finishes the dump.
103      *)      *)
104      super#endDump network      super#endDump (network :> nn)
105    
106  end  end

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26