/[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.31 by mudyc, Wed Apr 23 23:40:40 2003 UTC revision 1.32 by tjl, Thu Apr 24 13:29:12 2003 UTC
# Line 63  public static final String rcsid = "$Id$ Line 63  public static final String rcsid = "$Id$
63          fen = new Fen();          fen = new Fen();
64          fen.constgraph = fen.graph = new HashGraph();          fen.constgraph = fen.graph = new HashGraph();
65          //fen.enfiladeOverlap = new XXX          //fen.enfiladeOverlap = new XXX
66          fen.txt = new CachingNodeContent(new SimpleNodeContent(fen));          fen.txt = new SimpleNodeContent(fen);
67            fen.txtfunc = new CachedNodeFunction(500, fen.constgraph,
68                        fen.txt.getNodeFunction());
69    
70          ppAct = new PPActionsImpl(fen);          ppAct = new PPActionsImpl(fen);
71    

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32

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