diff src/gearsTools/update_context.pl @ 136:fb75c5e661c2

tweak
author anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
date Thu, 12 Dec 2019 13:52:45 +0900
parents b84aac4ab529
children 7f9dac064c5f
line wrap: on
line diff
--- a/src/gearsTools/update_context.pl	Thu Dec 12 12:57:29 2019 +0900
+++ b/src/gearsTools/update_context.pl	Thu Dec 12 13:52:45 2019 +0900
@@ -12,7 +12,7 @@
 
 my $interface_file = shift or die "require itnerface file";
 my $h2context = Gears::Util->parse_interface($interface_file);
-my $context = dump_h2context($h2context);
+my $context = Gears::Util->h2context_str($h2context);
 
 if ($opt{c}) {
   print "$context";