From 0f8c624a23f02666f8bb6e9a3e54cb585765f0b9 Mon Sep 17 00:00:00 2001 From: Neil Gershenfeld <gersh@cba.mit.edu> Date: Sat, 26 Nov 2022 21:03:56 -0500 Subject: [PATCH] wip --- python/frep-C.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/frep-C.py b/python/frep-C.py index d57f7b0..3a9d95a 100755 --- a/python/frep-C.py +++ b/python/frep-C.py @@ -165,4 +165,4 @@ os.system("time ./frep-C") # # clean up # -#os.system("rm -f frep-C.cpp frep-C") +os.system("rm -f frep-C.cpp frep-C") -- GitLab