Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
changes in the large diagram
git-svn-id: https://slps.svn.sourceforge.net/svnroot/slps@372 ab42f6e0-554d-0410-b580-99e487e6eeb2
  • Loading branch information
grammarware committed Oct 26, 2008
1 parent 68119b2 commit 950b0f0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion topics/convergence/lci/lci.py
Expand Up @@ -184,7 +184,7 @@ def dumpgraph(df):
if x in failednode:
dot.write(' [color=red]')
dot.write(';')
dot.write('node [shape=box, style=solid];\n')
dot.write('node [shape=point, style=solid];\n')
nodezz=[]
for arc in graph_big:
#dot.write(quote(arc[0])+'->'+quote(arc[1]))
Expand Down
8 changes: 4 additions & 4 deletions topics/java/lci/java.lcf
Expand Up @@ -128,7 +128,7 @@
</branch>
</target>

<!--
<!---->
<target>
<name>jls3</name>
<branch>
Expand All @@ -155,7 +155,7 @@
<perform>breakSemantics3doc</perform>
</branch>
</target>
-->

<target>
<name>jls12</name>
<branch>
Expand All @@ -171,7 +171,7 @@
<input>jls2</input>
</branch>
</target>
<!--
<!---->
<target>
<name>jls123</name>
<branch>
Expand All @@ -183,7 +183,7 @@
<input>jls3</input>
</branch>
</target>
-->

<target>
<name>doc12</name>
<branch>
Expand Down
Binary file modified topics/java/lci/snapshot/architecture_large.pdf
Binary file not shown.
Binary file modified topics/java/lci/snapshot/architecture_small.pdf
Binary file not shown.

0 comments on commit 950b0f0

Please sign in to comment.