[Commits] [svn:einsteintoolkit] IllinoisGRMHD/trunk/ (Rev. 33)
knarf at cct.lsu.edu
knarf at cct.lsu.edu
Tue Jun 3 10:13:04 CDT 2014
User: knarf
Date: 2014/06/03 10:13 AM
Modified:
/trunk/
TODO
Log:
add a todo item
File Changes:
Directory: /trunk/
==================
File [modified]: TODO
Delta lines: +1 -0
===================================================================
--- trunk/TODO 2014-06-03 02:03:26 UTC (rev 32)
+++ trunk/TODO 2014-06-03 15:13:03 UTC (rev 33)
@@ -6,6 +6,7 @@
* extreneous checks and code lines that never executa in MoL_registration
* all externally visible functions should be prefixed by IllinoisGRMHD_ (or put in an IllinoisGRMHD namespace -- note that this does not work for the extern "C" ones)
* (personal choice): you use very long lines, this is ok (your code, your style). Usually we prefer shorter lines (80 chars) but that is really each author's decision
+* Please don't use tab characters in source files. This just messes up the code display for users that use a different length for tabs than you. Replace them with spaces.
* don't use explicitly spelled out decimals. The compiler will evaluate fractions at compile time anyway, ie use: (1./3.)*x instead of 0.3333*x
* consider passing CCTK_PASS_CTOC and DECLARE_CCTK_ARGUMENTS (may be slower though) rather than passing cctkGH and cctk_lsh
* gettimeofday may not exist, don' rely on it
More information about the Commits
mailing list