From dac2964ca320d07f33d46f15e91ddfa95e9e3ccb Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Thu, 25 Oct 2018 20:53:53 +0300 Subject: [PATCH] Move module compute --- .gitmodules | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitmodules b/.gitmodules index ff932dab1f..6359f2dacc 100644 --- a/.gitmodules +++ b/.gitmodules @@ -498,14 +498,14 @@ path = libs/vmd url = ../vmd.git fetchRecurseSubmodules = on-demand -[submodule "compute"] - path = libs/compute - url = ../compute.git - fetchRecurseSubmodules = on-demand [submodule "dll"] path = libs/dll url = ../dll.git fetchRecurseSubmodules = on-demand +[submodule "compute"] + path = libs/compute + url = ../compute.git + fetchRecurseSubmodules = on-demand [submodule "metaparse"] path = libs/metaparse url = ../metaparse.git