#!/bin/sh # mat2symop.exam # # a runnable test script to test the program "mat2symop" which converts # symmetry operations in 3x3 matrix form into a string representation. # set -e mat2symop MAT '1 0 0 1 1 0 0 0 1' << eof eof