#!/bin/sh
# run generator on input file, writing to gen.out
# syntax: Generate infile

INFILE=$1

expandec < $INFILE | ./lag_gen1d.x > gen.out
