From c5aade412436f1aaf5245290fa94066328e9d2ff Mon Sep 17 00:00:00 2001 From: Remi Gau Date: Thu, 11 Feb 2021 16:16:52 +0100 Subject: [PATCH] move the manual coregistration code to lib we did not write that code and as it is mostly GUI based it is hard to test --- {src => lib}/mancoreg/mancoreg.m | 0 {src => lib}/mancoreg/mancoregCallbacks.m | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename {src => lib}/mancoreg/mancoreg.m (100%) rename {src => lib}/mancoreg/mancoregCallbacks.m (100%) diff --git a/src/mancoreg/mancoreg.m b/lib/mancoreg/mancoreg.m similarity index 100% rename from src/mancoreg/mancoreg.m rename to lib/mancoreg/mancoreg.m diff --git a/src/mancoreg/mancoregCallbacks.m b/lib/mancoreg/mancoregCallbacks.m similarity index 100% rename from src/mancoreg/mancoregCallbacks.m rename to lib/mancoreg/mancoregCallbacks.m