fixed spurious error message inconsistent tign lfn in replay
[wrffire.git] / wrfv2_fire / arch / standard.sed
blob60624ea5b7ded19bdc3354da403211bf4f470f0d
1 #### Standard sed script ####
3 # get rid of single quotes after comments
4 # WARNING:  This will break if a quoted string is followed by a comment that has 
5 #           a single quote.  
6 /\!.*'/s/'//g
7 # Automatically add cpp __LINE__ and __FILE__ to calls to wrf_error_fatal().  
8 s/[Cc][Aa][Ll][Ll] *[Ww][Rr][Ff]_[Ee][Rr][Rr][Oo][Rr]_[Ff][Aa][Tt][Aa][Ll] *(/CALL wrf_error_fatal3 ( __FILE__ , __LINE__ , /