Commit 14f40562 authored by Christof Schulze's avatar Christof Schulze 😎 Committed by cschulze
Browse files

[-] removed old comsol version

parent e63d6322
Loading
Loading
Loading
Loading

comsol/5.0-teaching

deleted100644 → 0
+0 −22
Original line number Diff line number Diff line
#%Module 1.0
#
#  Comsol module for use with 'environment-modules' package:
#
set     version      "5.0"

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 Teaching "

conflict		comsol

set 			pkghome		/opt/apps/comsol
set-alias		comsol		$pkghome/comsol50_teaching/bin/comsol

unset			pkghome
 No newline at end of file