From f25070b2ea9b78511a673fb3d6809689342f76be Mon Sep 17 00:00:00 2001 From: Mirsad Cosovic Date: Tue, 31 May 2022 10:05:37 +0200 Subject: [PATCH] Rename graphmanipulation.jl to graphManipulation.jl --- src/{graphmanipulation.jl => graphManipulation.jl} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename src/{graphmanipulation.jl => graphManipulation.jl} (99%) diff --git a/src/graphmanipulation.jl b/src/graphManipulation.jl similarity index 99% rename from src/graphmanipulation.jl rename to src/graphManipulation.jl index 9140e24..3ad15c3 100644 --- a/src/graphmanipulation.jl +++ b/src/graphManipulation.jl @@ -408,4 +408,4 @@ end if jacobian[factor, variable] == 0.0 error("The edge does not exist.") end -end \ No newline at end of file +end