File mtt/bin/trans/odeso_dat2sdat artifact 055c2bffbd part of check-in a8cce33cfa


#! /bin/sh

     ###################################### 
     ##### Model Transformation Tools #####
     ######################################

# Bourne shell script: odeso_dat2sdat

# Structure file - dat to sdat conversion
# P.J.Gawthrop April 1997
# Copyright (c) P.J.Gawthrop, 1997.

###############################################################
## Version control history
###############################################################
## $Id$
## $Log$
## Revision 1.1  1999/03/28 21:29:40  peterg
## Initial revision
##
###############################################################



# Inform user
echo "Creating $1_odeso.sdat"

dat2sdat $1 odeso | dat2siag > $1_odeso.sdat



MTT: Model Transformation Tools
GitHub | SourceHut | Sourceforge | Fossil RSS ]