Skip to content

Commit

Permalink
Added authors and contact information
Browse files Browse the repository at this point in the history
  • Loading branch information
Leif Hickey committed Jun 13, 2013
1 parent b438da1 commit 783df81
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions liquify.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@
## for the liquid. ##
## ##
## Version: 1.0 ##
## Author: Leif Hickey ##
## Contact: leif.hickey@mun.ca ##
## Date: 06/12/13 ##
## Authors: Leif Hickey and Christopher N. Rowley ##
## Contact: leif.hickey@mun.ca, cnrowley@mun.ca ##
## http://www.mun.ca/compchem ##
## Date: 06/13/13 ##
## ################################################################## ##

package provide liquify 1.0
Expand Down Expand Up @@ -55,8 +56,10 @@ proc ::liquify::liquify { args } {
puts pass
}

##
## Build a window to allow user input of parameters
## $w will be passed by global liquify_tk to VMD
##
proc ::liquify::build_gui {} {
variable w
variable options
Expand Down

0 comments on commit 783df81

Please sign in to comment.