From 68af32b7ef95ea2b76ba10b8c7de4588b32bb844 Mon Sep 17 00:00:00 2001 From: Miikka Vaisala Date: Wed, 19 Jun 2019 17:11:46 +0800 Subject: [PATCH] Small edit to docs --- README.md | 2 +- src/standalone/simulation.cc | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 60974b8..0f75b17 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Edit `config/astaroth.conf` to change the numerical setup. 1. `source sourceme.sh` to add relevant directories to the `PATH` 1. `ac_mkbuilddir.sh -b my_build_dir/` to set up a custom build directory. There are also other options available. See `ac_mkbuilddir.sh -h` for more. -1. `$AC_HOME/scripts/compile_acc.sh` to generate kernels from the Domain Specific Language +1. `compile_acc.sh` to generate kernels from the Domain Specific Language 1. `cd my_build_dir/` 1. `make -j` 1. `./ac_run ` diff --git a/src/standalone/simulation.cc b/src/standalone/simulation.cc index 4a4b6a4..ecd2f97 100644 --- a/src/standalone/simulation.cc +++ b/src/standalone/simulation.cc @@ -202,6 +202,7 @@ run_simulation(void) load_config(&mesh_info); AcMesh* mesh = acmesh_create(mesh_info); + //TODO: This need to be possible to define in astaroth.conf acmesh_init_to(INIT_TYPE_GAUSSIAN_RADIAL_EXPL, mesh); acInit(mesh_info);