Artifact c057d7f237c284ac44575813be11d4efe4530d0436bef46984bdff2984601e4d:


#! /bin/sh

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

# Bourne shell script: sympar2global_txt2m

# Symbolic parameters to default paramers (m)
# P.J.Gawthrop March 1997
# Copyright (c) P.J.Gawthrop, 1997.

###############################################################
## Version control history
###############################################################
## $Id$
## $Log$
###############################################################







#Write out the variables in matlab global format
awk '
BEGIN{
  print "global ..."
}
{i++; print tolower($1), "..."}
END{
  print ";"
}' $1_sympar.txt

# Now invoke the standard error handling.
# mtt_error mtt_error.txt




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