User Tools

Site Tools


code:ls_scf

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
code:ls_scf [2015/01/24 20:51] oschuettcode:ls_scf [2020/08/21 10:15] (current) – external edit 127.0.0.1
Line 2: Line 2:
 digraph ls_scf { digraph ls_scf {
     splines="ortho";     splines="ortho";
-start [shape=ellipse, label="ls_scf()"];+start [shape=ellipse, label="ls_scf()", width=1];
  
 node [shape=box, width=4]; node [shape=box, width=4];
Line 85: Line 85:
 if_converged -> do_post[taillabel="yes", minlen=1.5]; if_converged -> do_post[taillabel="yes", minlen=1.5];
  
-return [shape=ellipse, label="RETURN"];+return [shape=ellipse, label="RETURN", width=1];
 do_post -> return; do_post -> return;
  
 } }
 </graphviz> </graphviz>
code/ls_scf.1422132702.txt.gz · Last modified: 2020/08/21 10:14 (external edit)