File indexing completed on 2026-04-09 07:48:53
0001
0002 usage(){ cat << EOU
0003 CSGTest.sh
0004 ===========
0005
0006 ::
0007
0008 BIN=CSGNodeTest ~/o/CSG/tests/CSGTest.sh
0009 BIN=CSGPrimSpecTest ~/o/CSG/tests/CSGTest.sh
0010 BIN=CSGPrimTest ~/o/CSG/tests/CSGTest.sh
0011 BIN=CSGFoundryTest ~/o/CSG/tests/CSGTest.sh
0012
0013 BIN=CSGNodeTest BP=sframe::~sframe ~/o/CSG/tests/CSGTest.sh
0014
0015
0016 EOU
0017 }
0018
0019 bin=CSGNodeTest
0020 BIN=${BIN:-$bin}
0021 source $HOME/.opticks/GEOM/GEOM.sh
0022
0023 vars="BASH_SOURCE BIN GEOM OPTICKS_T_GEOM ${GEOM}_CFBaseFromGEOM HOME"
0024 for var in $vars ; do printf "%20s : %s \n" "$var" "${!var}" ; done
0025
0026 dbg__ $BIN
0027
0028 exit 0