Commit 0a745d83 authored by Christof Schulze's avatar Christof Schulze 😎
Browse files

fixed formating (tabs to space)

parent 750369c3
Loading
Loading
Loading
Loading
+4 −5
Original line number Diff line number Diff line
@@ -14,7 +14,6 @@ set version 2.2
module-whatis   "activates the Plugins for AtomicEye $version"



conflict      atomiceye
#prereq        mpi

+3 −4
Original line number Diff line number Diff line
@@ -14,7 +14,6 @@ set version 1.6
module-whatis   "activates the Plugins for Atomicrex $version"



conflict        atomicrex
#prereq          mpi

+1 −1
Original line number Diff line number Diff line
@@ -22,6 +22,6 @@ append pkghome $version
append        pkghome             _teaching


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

unset         pkghome
+11 −12
Original line number Diff line number Diff line
@@ -28,4 +28,3 @@ setenv EIGEN_INC "-I$pkghome/include/Eigen"
unset       pkghome

#source $env(MODULESHOME)/modincludes/info_logging.tcl
+2 −2
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
# Eigen3
#

set     version         3.3.7
set     version         3.3.9

proc ModulesHelp { } {
  global version
Loading