changeset 614:06f18cf2cd5e

add explain
author anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
date Mon, 18 May 2020 16:43:52 +0900
parents 7beb70e41d2e
children 0717d50838b2
files src/parallel_execution/update_implheader.pl
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/parallel_execution/update_implheader.pl	Mon May 18 16:40:36 2020 +0900
+++ b/src/parallel_execution/update_implheader.pl	Mon May 18 16:43:52 2020 +0900
@@ -2,6 +2,10 @@
 use strict;
 use warnings;
 
+##
+## update_implheader Update the .h definition from __code in the .cbc file.
+##
+
 use Carp qw/croak/;
 
 my $header_file = shift // croak 'require header file!';