/[MITgcm]/MITgcm/tools/convert_cpp_cmd2defines
ViewVC logotype

Diff of /MITgcm/tools/convert_cpp_cmd2defines

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.4 by edhill, Tue Nov 25 17:22:47 2003 UTC revision 1.5 by jmc, Mon May 24 12:03:51 2010 UTC
# Line 1  Line 1 
1  #! /usr/bin/env sh  #! /usr/bin/env bash
2  #  #
3  # Converts -Dmacro to #define macro  # Converts -Dmacro to #define macro
4  #      and -Umacro to #undef macro  #      and -Umacro to #undef macro
# Line 23  EOF Line 23  EOF
23  BARRIER=  BARRIER=
24    
25  # Process arguments  # Process arguments
26  for arg in $@  for arg in "$@"
27  do  do
28   case $arg in   case $arg in
29    -b*)    -b*)

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

  ViewVC Help
Powered by ViewVC 1.1.22