diff options
author | bd-912 <bdunahu@colostate.edu> | 2024-04-20 01:03:23 -0600 |
---|---|---|
committer | bd-912 <bdunahu@colostate.edu> | 2024-04-20 01:03:23 -0600 |
commit | b7705e83c2026ff3983fc0b83f9b083d3e8be4c5 (patch) | |
tree | 9795143d8c2c9cb9fa7bac25a339533eb704cc32 /graphviz/config.properties | |
parent | 63551aff281f1d289605fe2c9975a15124dbe643 (diff) |
CFG fix create edges only if nodes != (found by graphviz)
Diffstat (limited to 'graphviz/config.properties')
-rw-r--r-- | graphviz/config.properties | 18 |
1 files changed, 3 insertions, 15 deletions
diff --git a/graphviz/config.properties b/graphviz/config.properties index 60901d5..786f977 100644 --- a/graphviz/config.properties +++ b/graphviz/config.properties @@ -1,23 +1,11 @@ -############################################################## -# Linux Configurations # -############################################################## -# The dir. where temporary files will be created. +# Linux Configurations tempDirForLinux = /tmp -# Where is your dot program located? It will be called externally. dotForLinux = /home/bdunahu/.guix-home/profile/bin/dot -############################################################## -# Windows Configurations # -############################################################## -# The dir. where temporary files will be created. +# Windows Configurations tempDirForWindows = c:/temp -# Where is your dot program located? It will be called externally. dotForWindows = "c:/Program Files (x86)/Graphviz 2.28/bin/dot.exe" -############################################################## -# Mac Configurations # -############################################################## -# The dir. where temporary files will be created. +# Mac Configurations tempDirForMacOSX = /tmp -# Where is your dot program located? It will be called externally. dotForMacOSX = /usr/local/bin/dot
\ No newline at end of file |