Commit 4d2b1b1e authored by Christof Schulze's avatar Christof Schulze 😎
Browse files

new comsol 6.3u2

parent ad9aa0fc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,4 +2,4 @@
##
## version file for Comsol Teaching
##
set ModulesVersion  "6.3.0.290"
set ModulesVersion  "6.3.2.420"
+27 −0
Original line number Diff line number Diff line
#%Module 1.0
#
#  Comsol module for use with 'environment-modules' package:
#
set     version      "6.3.0.420"

proc ModulesHelp { } {
        global version

        puts stderr "\tAdds 'Comsol' to your PATH environment variable"
        puts stderr "\n\tDescription TODO"
        puts stderr "\n\tVersion $version\n"
}

module-whatis   "activates  Comsol v$version (v60) Teaching "


conflict      comsol

set           pkghome             /opt/apps/comsol/
append        pkghome             $version
append        pkghome             _teaching


set-alias     comsol              "$pkghome/bin/comsol -ckl"

unset         pkghome