/[fenfire]/fenfire/org/fenfire/modules/pp/Pp.java
ViewVC logotype

Diff of /fenfire/org/fenfire/modules/pp/Pp.java

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

revision 1.14 by mudyc, Tue Apr 15 17:27:26 2003 UTC revision 1.15 by mudyc, Tue Apr 15 18:09:18 2003 UTC
# Line 49  public static final String rcsid = "$Id$ Line 49  public static final String rcsid = "$Id$
49    
50      public Pp() throws RemoteException {      public Pp() throws RemoteException {
51          fen = new Fen();          fen = new Fen();
52          fen.constgraph = new HashGraph();          fen.constgraph = fen.graph = new HashGraph();
         fen.graph = new HashGraph();  
53          //fen.enfiladeOverlap = new XXX          //fen.enfiladeOverlap = new XXX
54          fen.txt = new SimpleNodeContent(fen);          fen.txt = new SimpleNodeContent(fen);
55    

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

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