File: comusage.vcg

package info (click to toggle)
ftnchek 3.3.1-4
  • links: PTS
  • area: main
  • in suites: lenny, squeeze, wheezy
  • size: 8,488 kB
  • ctags: 5,960
  • sloc: ansic: 21,908; fortran: 5,748; yacc: 4,071; sh: 3,035; makefile: 895; lisp: 322; f90: 118; perl: 76
file content (27 lines) | stat: -rw-r--r-- 592 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
graph: {
title: "comusage.f"
color: lightgray

graph: {
title:"[MAIN]"
node: { title: "MAIN" label: "MAIN \n (comusage.f)" info1:"1" }
edge: { sourcename: "MAIN" targetname: "COMP" class:1} 
edge: { sourcename: "MAIN" targetname: "INPUT" class:1} 
edge: { sourcename: "MAIN" targetname: "OUTPUT" class:1} 

graph: {
title:"[COMP]"
node: { title: "COMP" label: "COMP \n (comusage.f)" info1:"2" }
}

graph: {
title:"[INPUT]"
node: { title: "INPUT" label: "INPUT \n (comusage.f)" info1:"2" }
}

graph: {
title:"[OUTPUT]"
node: { title: "OUTPUT" label: "OUTPUT \n (comusage.f)" info1:"2" }
}
}
}