# HG changeset patch # User anatofuz # Date 1573698793 -32400 # Node ID e960539c003d9a88a60850b06ac73fbffb03aec2 # Parent d0aea70fe1b0ca1ddc6bb8712f39f95ce59039d4 tweak diff -r d0aea70fe1b0 -r e960539c003d src/gearsTools/update_context.pl --- a/src/gearsTools/update_context.pl Thu Nov 14 11:31:44 2019 +0900 +++ b/src/gearsTools/update_context.pl Thu Nov 14 11:33:13 2019 +0900 @@ -27,7 +27,7 @@ my @last_context_headers = (); while (my $line = <$fh>) { - if ( $line =~ /this is necessary for cbc_context generator/) { + if ( $line =~ /union Data end/) { push(@last_context_headers, $line); push(@last_context_headers, <$fh>); last;