From 136a7d29e3e19f5cc6e17ff653359962e6263295 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franck=20P=C3=A9rignon?= <franck.perignon@imag.fr> Date: Mon, 24 Nov 2014 10:41:53 +0100 Subject: [PATCH] renaming (2) --- ...armesInstallSetup.cmake => HySoPInstallSetup.cmake} | 0 HySoP/CMake/{ParmesTests.cmake => HySoPTests.cmake} | 0 .../DoxyConf/{parmes.doxyfile.in => hysop.doxyfile.in} | 0 HySoP/hysop/numerics/tests/test_update_ghosts.py | 10 +++++----- 4 files changed, 5 insertions(+), 5 deletions(-) rename HySoP/CMake/{ParmesInstallSetup.cmake => HySoPInstallSetup.cmake} (100%) rename HySoP/CMake/{ParmesTests.cmake => HySoPTests.cmake} (100%) rename HySoP/DoxyConf/{parmes.doxyfile.in => hysop.doxyfile.in} (100%) diff --git a/HySoP/CMake/ParmesInstallSetup.cmake b/HySoP/CMake/HySoPInstallSetup.cmake similarity index 100% rename from HySoP/CMake/ParmesInstallSetup.cmake rename to HySoP/CMake/HySoPInstallSetup.cmake diff --git a/HySoP/CMake/ParmesTests.cmake b/HySoP/CMake/HySoPTests.cmake similarity index 100% rename from HySoP/CMake/ParmesTests.cmake rename to HySoP/CMake/HySoPTests.cmake diff --git a/HySoP/DoxyConf/parmes.doxyfile.in b/HySoP/DoxyConf/hysop.doxyfile.in similarity index 100% rename from HySoP/DoxyConf/parmes.doxyfile.in rename to HySoP/DoxyConf/hysop.doxyfile.in diff --git a/HySoP/hysop/numerics/tests/test_update_ghosts.py b/HySoP/hysop/numerics/tests/test_update_ghosts.py index d050f43ff..44b3bc1ae 100644 --- a/HySoP/hysop/numerics/tests/test_update_ghosts.py +++ b/HySoP/hysop/numerics/tests/test_update_ghosts.py @@ -1,8 +1,8 @@ -import parmepy.tools.numpywrappers as npw -from parmepy.numerics.update_ghosts import UpdateGhosts, UpdateGhostsFull -from parmepy.domain.box import Box -from parmepy.fields.continuous import Field -from parmepy.tools.parameters import Discretization +import hysop.tools.numpywrappers as npw +from hysop.numerics.update_ghosts import UpdateGhosts, UpdateGhostsFull +from hysop.domain.box import Box +from hysop.fields.continuous import Field +from hysop.tools.parameters import Discretization import numpy as np -- GitLab