File: comcmp.vcg

package info (click to toggle)
ftnchek 3.1.2-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 6,436 kB
  • ctags: 5,393
  • sloc: ansic: 24,609; fortran: 5,565; yacc: 3,682; sh: 2,518; makefile: 772; lisp: 264; f90: 94; perl: 76
file content (21 lines) | stat: -rw-r--r-- 420 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
graph: {
title: "comcmp.f"
color: lightgray

graph: {
title:"[%MAIN]"
node: { title: "%MAIN" label: "%MAIN \n (comcmp.f)" info1:"1" }
edge: { sourcename: "%MAIN" targetname: "FOO" class:1} 

graph: {
title:"[FOO]"
node: { title: "FOO" label: "FOO \n (comcmp.f)" info1:"2" }
edge: { sourcename: "FOO" targetname: "BAR" class:2} 

graph: {
title:"[BAR]"
node: { title: "BAR" label: "BAR \n (comcmp.f)" info1:"3" }
}
}
}
}