aboutsummaryrefslogtreecommitdiff
path: root/src/CountFunctions.c
Commit message (Collapse)AuthorAge
* Disable (broken) support for complex numbersHEADmastereschnett2013-03-03
| | | | | | | | Disable (broken) support for complex numbers in anticipation of the upcoming complex number re-write in the flesh. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/LocalReduce/trunk@103 7daa882c-dc44-4453-834e-278d26b18e6a
* mark input array of macro as potentially unused to avoid compiler warnings ↵knarf2012-12-14
| | | | | | when indeed it is (e.g. for the count reduction where the data isn't looked at) git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/LocalReduce/trunk@102 7daa882c-dc44-4453-834e-278d26b18e6a
* mark input array of macro as potentially unused to avoid compiler warnings ↵knarf2012-12-14
| | | | | | when indeed it is (e.g. for the count reduction where the data isn't looked at) git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/LocalReduce/trunk@101 7daa882c-dc44-4453-834e-278d26b18e6a
* remove unused variablesknarf2012-12-06
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/LocalReduce/trunk@99 7daa882c-dc44-4453-834e-278d26b18e6a
* This patch switches checking from #ifdef cctk_* to #ifdef have_cctk*, ↵yye002005-10-25
| | | | | | otherwise it contains minor changes here and there, code cleanup and such. Please confirm testglobal and testlocal reduce git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalReduce/trunk@66 7daa882c-dc44-4453-834e-278d26b18e6a
* This commit fully enables weighted reductions in LocalReduce. They have been ↵yye002005-09-14
| | | | | | tested on a modified TestGlobalReduce, commits will soon follow to TestGlobalReduce (as well as testsuites). There is a minor refinement to these patches that will soon go in, and some code cleanup. Please verify and confirm git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalReduce/trunk@58 7daa882c-dc44-4453-834e-278d26b18e6a
* Use CCTK_BYTE instead of CCTK_CHAR.schnetter2005-01-29
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalReduce/trunk@56 7daa882c-dc44-4453-834e-278d26b18e6a
* fixed off by one error, changed min and max starting values and other ↵yye002004-12-14
| | | | | | general code cleaning git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalReduce/trunk@51 7daa882c-dc44-4453-834e-278d26b18e6a
* new implementation of LocalReduction that does not cause compilers to crash, ↵yye002004-10-26
changed the cascaded switch statements to function calls git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalReduce/trunk@48 7daa882c-dc44-4453-834e-278d26b18e6a