
#
#                     Copyright Notice
#
# This software was developed at the National Institute of Standards
# and Technology (NIST) by employees of the Federal Government in the
# course of their official duties. Pursuant to title 17 Section 105
# of the United States Code this software is not subject to copyright
# protection and is in the public domain.
#
# This is an experimental system.  NIST assumes no responsibility
# whatsoever for its use by other parties, and makes no guarantees,
# expressed or implied, about its quality, reliability, or any other
# characteristic.
#
# We would appreciate acknowledgment if the software is used.
#

# mkTestDirs <name of top level of test directory>

mkdir -p $1/IG/E
mkdir -p $1/IG/PE
mkdir -p $1/IG/PH
mkdir -p $1/IG/H1

mkdir -p $1/DP/E
mkdir -p $1/DP/PE
mkdir -p $1/DP/PH
mkdir -p $1/DP/H1

mkdir -p $1/IG.big/E
mkdir -p $1/IG.big/PE
mkdir -p $1/IG.big/PH
mkdir -p $1/IG.big/H1

mkdir -p $1/DP.big/E
mkdir -p $1/DP.big/PE
mkdir -p $1/DP.big/PH
mkdir -p $1/DP.big/H1

mkdir -p $1/IG.altEll/E
mkdir -p $1/DP.altEll/E
mkdir -p $1/DP.altEll.Icos/E

mkdir -p $1/figsAndModels

# end

