digraph G { rankdir=LR; node [shape=record]; daten [ label = "daten" ]; mark2 [ label = "mark read geometry from fort.2" ]; mark3 [ label = "mark read geometry from fort.3" ]; firstfield [ label = "read first field" ]; sing [ label = "single element\nbez(i),kz(i),ed(i),ek(i),el(i),bbbx(i),bbby(i),bbbs(i)" ]; block [ label = "block element\nbeze(i,l),mel(i),mtyp(i,l),elbe(i)" ];

daten -> mark2 [ label = "if first line is 'FREE'" ]; daten -> mark3 [ label = "if first line is 'GEOM'" ]; mark2 -> firstfield; mark3 -> firstfield;

firstfield -> comment [ label = "/" ]; comment -> firstfield;

firstfield -> sing [label = "SING" ];

firstfield -> block [label = "BLOC" ];

}

-- DavidSinuela - 10-Mar-2010

Edit | Attach | Watch | Print version | History: r8 < r7 < r6 < r5 < r4 | Backlinks | Raw View | WYSIWYG | More topic actions
Topic revision: r8 - 2020-08-18 - TWikiAdminUser
 
    • Cern Search Icon Cern Search
    • TWiki Search Icon TWiki Search
    • Google Search Icon Google Search

    Sandbox/SandboxArchive All webs login

This site is powered by the TWiki collaboration platform Powered by PerlCopyright &© 2008-2023 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
or Ideas, requests, problems regarding TWiki? use Discourse or Send feedback