From f83a1939a6bca1544a8b83f0aa110744973a0e50 Mon Sep 17 00:00:00 2001 From: Chichi Lalescu <clalesc1@jhu.edu> Date: Wed, 22 Jul 2015 06:44:55 +0200 Subject: [PATCH] add another todo item --- README.rst | 5 ++++- setup.py | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index ad208720..35615b51 100644 --- a/README.rst +++ b/README.rst @@ -1,4 +1,4 @@ -Big Field and Particle Simulator +Big Fluid and Particle Simulator ================================ At the moment, this code is meant to run pseudospectral DNS of @@ -18,3 +18,6 @@ randomly ordered list of stuff that needs to be done * complex field IO should be space efficient (i.e. don't write modes that are 0 due to dealiasing scheme) + + * make templates work for `double` as well, and python wrappers + should control precision. diff --git a/setup.py b/setup.py index 6d467801..ad9083f7 100644 --- a/setup.py +++ b/setup.py @@ -84,7 +84,7 @@ setup( ######################################################################## # useless stuff folows ######################################################################## - description = 'Big Fluid and Particle Solver', + description = 'Big Fluid and Particle Simulator', long_description = open('README.rst', 'r').read(), author = AUTHOR, author_email = AUTHOR_EMAIL, -- GitLab