From d6787315d0fcd668a429a78f6c44c82f8de72ef8 Mon Sep 17 00:00:00 2001 From: mattijs Date: Wed, 20 Nov 2013 11:04:28 +0000 Subject: [PATCH] GIT: motionSmoother: rename --- .../motionSmoother/{motionSmoother.C => motionSmootherAlgo.C} | 0 .../motionSmoother/{motionSmoother.H => motionSmootherAlgo.H} | 0 .../{motionSmootherCheck.C => motionSmootherAlgoCheck.C} | 0 .../{motionSmootherTemplates.C => motionSmootherAlgoTemplates.C} | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename src/dynamicMesh/motionSmoother/{motionSmoother.C => motionSmootherAlgo.C} (100%) rename src/dynamicMesh/motionSmoother/{motionSmoother.H => motionSmootherAlgo.H} (100%) rename src/dynamicMesh/motionSmoother/{motionSmootherCheck.C => motionSmootherAlgoCheck.C} (100%) rename src/dynamicMesh/motionSmoother/{motionSmootherTemplates.C => motionSmootherAlgoTemplates.C} (100%) diff --git a/src/dynamicMesh/motionSmoother/motionSmoother.C b/src/dynamicMesh/motionSmoother/motionSmootherAlgo.C similarity index 100% rename from src/dynamicMesh/motionSmoother/motionSmoother.C rename to src/dynamicMesh/motionSmoother/motionSmootherAlgo.C diff --git a/src/dynamicMesh/motionSmoother/motionSmoother.H b/src/dynamicMesh/motionSmoother/motionSmootherAlgo.H similarity index 100% rename from src/dynamicMesh/motionSmoother/motionSmoother.H rename to src/dynamicMesh/motionSmoother/motionSmootherAlgo.H diff --git a/src/dynamicMesh/motionSmoother/motionSmootherCheck.C b/src/dynamicMesh/motionSmoother/motionSmootherAlgoCheck.C similarity index 100% rename from src/dynamicMesh/motionSmoother/motionSmootherCheck.C rename to src/dynamicMesh/motionSmoother/motionSmootherAlgoCheck.C diff --git a/src/dynamicMesh/motionSmoother/motionSmootherTemplates.C b/src/dynamicMesh/motionSmoother/motionSmootherAlgoTemplates.C similarity index 100% rename from src/dynamicMesh/motionSmoother/motionSmootherTemplates.C rename to src/dynamicMesh/motionSmoother/motionSmootherAlgoTemplates.C