From caeccce48b4f047de9f8aefb1a4ea0876477bf95 Mon Sep 17 00:00:00 2001 From: Prashanth <61168530+askprash@users.noreply.github.com> Date: Wed, 6 Dec 2023 23:13:22 -0500 Subject: [PATCH] Update README.md --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index 424868b5..73c04beb 100644 --- a/README.md +++ b/README.md @@ -101,8 +101,3 @@ Once you are in your main branch do: git merge upstream/main ``` This brings your fork's `main` branch into sync with the upstream repository, without losing your local changes. - - A regular Julia function cannot do it. - You need to let Julia know it by adding a `!` mark behind the function. - So the new function will be: `f!(x)` in Julia. -* It gives the same output with the original f77 code.