Commit: e682745deac999f08021a0aa1cf02a8ec71ac438 Parent: b99d1e34b975d3f56d389ab4fc479d1b82a7b89b Author: Randy Palamar Date: Tue, 2 Apr 2024 20:29:47 -0600 rename to mc, model isn't set up for multilayer modeling Diffstat:
M | build.sh | | | 4 | ++-- |
R | mcml.c -> mc.c | | | 0 |
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/build.sh b/build.sh @@ -1,6 +1,6 @@ #!/bin/sh set -x -srcs="mcml.c" +srcs="mc.c" -clang -O3 -Wall -march=native $srcs -o mcml -lm +clang -O3 -Wall -march=native $srcs -o mc -lm diff --git a/mcml.c b/mc.c