Skip to content
Snippets Groups Projects
Commit acba5d7c authored by Giovanni Bussi's avatar Giovanni Bussi
Browse files

Renamed basic/ into core/

parent 38ec9ca0
No related branches found
No related tags found
No related merge requests found
Showing
with 14 additions and 14 deletions
......@@ -15,4 +15,4 @@ All the other directories are "modules". Modules are of three type:
Notice that these .on and .off files are not to be distributed/included in git,
as they reflect local wishes!
The type of the module can be set by adding a file module.type (see e.g. basic/module.type)
The type of the module can be set by adding a file module.type (see e.g. core/module.type)
......@@ -19,8 +19,8 @@
You should have received a copy of the GNU Lesser General Public License
along with plumed. If not, see <http://www.gnu.org/licenses/>.
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#include "basic/CLTool.h"
#include "basic/CLToolRegister.h"
#include "core/CLTool.h"
#include "core/CLToolRegister.h"
#include "tools/Tools.h"
#include "wrapper/Plumed.h"
#include "tools/PlumedCommunicator.h"
......
......@@ -19,8 +19,8 @@
You should have received a copy of the GNU Lesser General Public License
along with plumed. If not, see <http://www.gnu.org/licenses/>.
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#include "basic/CLTool.h"
#include "basic/CLToolRegister.h"
#include "core/CLTool.h"
#include "core/CLToolRegister.h"
#include "tools/Tools.h"
#include "config/PlumedConfig.h"
#include <cstdio>
......
......@@ -19,11 +19,11 @@
You should have received a copy of the GNU Lesser General Public License
along with plumed. If not, see <http://www.gnu.org/licenses/>.
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#include "basic/CLTool.h"
#include "basic/CLToolRegister.h"
#include "core/CLTool.h"
#include "core/CLToolRegister.h"
#include "tools/Tools.h"
#include "config/PlumedConfig.h"
#include "basic/ActionRegister.h"
#include "core/ActionRegister.h"
#include <cstdio>
#include <string>
#include <vector>
......
......@@ -19,8 +19,8 @@
You should have received a copy of the GNU Lesser General Public License
along with plumed. If not, see <http://www.gnu.org/licenses/>.
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#include "basic/CLTool.h"
#include "basic/CLToolRegister.h"
#include "core/CLTool.h"
#include "core/CLToolRegister.h"
#include "wrapper/Plumed.h"
#include "tools/Vector.h"
#include "tools/Random.h"
......
......@@ -19,11 +19,11 @@
You should have received a copy of the GNU Lesser General Public License
along with plumed. If not, see <http://www.gnu.org/licenses/>.
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#include "basic/CLTool.h"
#include "basic/CLToolRegister.h"
#include "core/CLTool.h"
#include "core/CLToolRegister.h"
#include "tools/Tools.h"
//#include "PlumedConfig.h"
#include "basic/ActionRegister.h"
#include "core/ActionRegister.h"
#include <cstdio>
#include <string>
#include <vector>
......
USE=basic wrapper config tools
USE=core wrapper config tools
BUILDAFTER=config
# generic makefile
......
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment