changeset 896:f978f88ada11

...
author anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
date Tue, 26 Jan 2021 15:10:43 +0900
parents 9fe2d98d0684
children 70016b1cd1e2
files src/parallel_execution/examples/DPPMC/meta.pm
diffstat 1 files changed, 1 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/src/parallel_execution/examples/DPPMC/meta.pm	Tue Jan 26 15:04:48 2021 +0900
+++ b/src/parallel_execution/examples/DPPMC/meta.pm	Tue Jan 26 15:10:43 2021 +0900
@@ -4,7 +4,7 @@
 
 sub replaceMeta {
   return (
-    [qr/.*PhisImpl/ => \&generateMcMeta],
+    [qr/PhilsImpl/ => \&generateMcMeta],
     #[qr/.+/         => \&all],
   );
 }
@@ -16,9 +16,4 @@
   return "goto mcMeta($context, $next);\n";
 }
 
-sub hello {
-  return "helo!\n";
-}
-
-
 1;