From 89555c7ba0a371aef48d69c6f3b1fda9f6d6b55a Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Thu, 10 May 2018 15:36:57 +0200 Subject: [PATCH] Fix Readme.md --- CeresFE/Readme.md | 29 ++++++++++------------------- 1 file changed, 10 insertions(+), 19 deletions(-) diff --git a/CeresFE/Readme.md b/CeresFE/Readme.md index b9b5c86..c32b0ef 100644 --- a/CeresFE/Readme.md +++ b/CeresFE/Readme.md @@ -48,13 +48,13 @@ More detailed properties of the code in CeresFE Description of files in repo ---------------------------- -* src/ceres.cc Main code -* support_code/config_in.h Reads config file and intializes system parameters -* support_code/ellipsoid_fit.h Finds best-fit ellipse for surface and internal density boundaries. Also uses deal.II -* support_code/ellipsoid_grav.h Analytically computes self gravity of layered ellipsoids structure -* support_code/local_math.h Defines some constants for convenience -* meshes/sample_CeresFE_mesh.inp Sample input mesh -* config/sample_CeresFE_config.cfg Sample configurations file with simulation parameters +* src/ceres.cc Main code +* support_code/config_in.h Reads config file and intializes system parameters +* support_code/ellipsoid_fit.h Finds best-fit ellipse for surface and internal density boundaries. Also uses deal.II +* support_code/ellipsoid_grav.h Analytically computes self gravity of layered ellipsoids structure +* support_code/local_math.h Defines some constants for convenience +* meshes/sample_CeresFE_mesh.inp Sample input mesh +* config/sample_CeresFE_config.cfg ample configurations file with simulation parameters Other dependencies ------------------ @@ -67,17 +67,8 @@ Two more code packages are necessary to run CeresFE: To run code ----------- -After running cmake ., add the -lconfig++ and -larmadillo tags into the CMakeCache.txt file: - -//Flags used by the compiler during all build types. -CMAKE_CXX_FLAGS:STRING=-lconfig++ -larmadillo - -Then, run the executable with one argument, which is the config file: - ->>src/ceres config/sample_CeresFE_config.cfg - - - - +After running cmake and compiling, run the executable with one argument, +which is the config file: +$ceres ${SOURCE_DIR}/config/sample_CeresFE_config.cfg -- 2.39.5