Skip to content

Commit

Permalink
Correct formatting for fake cmaptypes
Browse files Browse the repository at this point in the history
  • Loading branch information
jvermaas committed Aug 5, 2020
1 parent b371134 commit 243ce99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion topogromacs.tcl
Expand Up @@ -147,7 +147,7 @@ proc ::TopoTools::writegmxtop {filename mol sel {flags none}} {
; # puts $fp "\n\[ constrainttypes \]\n;"
puts $fp "\n\[ angletypes \]\n; i j k func th0 cth\n C C C 1 109.500 100.0 ; totally bogus"
puts $fp "\n\[ dihedraltypes \]\n; i j k l func coefficients\n C C C C 1 0.0 3 10.0 ; totally bogus"
puts $fp "\n\[ cmaptypes \]\n; i j k l m func\n C C C C C 1 0.0 0.0 ; totally bogus"
puts $fp "\n\[ cmaptypes \]\n; i j k l m func\n C C C C C 1 1 1 0; totally bogus"
} else {
vmdcon -info "Generating a real gromacs topology file: $filename"
puts $fp "; This gromacs topology generated using topotools, and contains parameter"
Expand Down

0 comments on commit 243ce99

Please sign in to comment.