aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* fix tab -> space issue which prevented compilation of F77 codeHEADmasterknarf2012-04-11
* Correct function signatureeschnett2011-01-20
* replace CactusEinstein/ADMBase by EinsteinBase/ADMBaseknarf2010-04-21
* With this commit all cactus thorns now use the new reduction API. There ARE m...yye002006-01-03
* fixed a memory leakyye002005-12-21
* minor fixyye002005-12-08
* minor modifications, fixed a mistakeyye002005-12-08
* fix pointed out by Erik, inconsistent memory usageyye002005-12-07
* changes to AHFinder to use the new reduction API. Some problems appeared when...yye002005-12-07
* sorry, it seems I wiped the fileyye002005-04-29
* replace \r with \nyye002005-04-29
* Added a parameter to only start setting the excision mask after a certaindiener2005-02-23
* Correct spelling error in commentschnetter2005-02-11
* Correct spelling error in commentschnetter2005-02-11
* Remove no-op statementschnetter2005-01-29
* Untabified. Please try to adhere to the Cactus coding guidelines whengoodale2004-05-17
* Remove explicit dependencies; those are now generated automatically.schnetter2004-04-01
* Getting rid of darwin-specific flags which don't work with xlf anyway.goodale2004-03-28
* Convert integer to CCTK_INT before calling aliased function.schnetter2004-02-07
* Modified the code to use the aliased functions provided by StaticConformal.diener2004-02-06
* Slight formatting changes to make the red hat C preprocessor work withoutdiener2003-11-05
* Change include mechanism for aliased functions in Fortran. One now has toschnetter2003-10-27
* Remove unused file.schnetter2003-10-13
* Declare missing spacing variables (from ADM_Spacing_declare.h).tradke2003-09-29
* Changed the new driftcorrect parameters to conform with the Fortran 90diener2003-08-04
* Now uses SetDriftCorrectPosition to set the Driftcorrect centroid.diener2003-08-01
* Get the input variable indices for the interpolator as INTEGER and then copy ittradke2003-07-07
* Change where the logfile is opened so that the new stepsize is written to the...hawke2003-07-07
* Check the return code of OutputVarByMethod and give a level 2 warning if the ...hawke2003-07-07
* Change the range of ahf_lmax to match the code (maximum is now 19, not 20). F...hawke2003-07-07
* Update to use 4th order differencing macros.pollney2003-06-26
* Get the name for the interpolation operator to use from the new parametertradke2003-05-06
* Move comments to remove warnings with intel compilerallen2003-03-20
* The routine AHFinder_InitOutput (scheduled at CCTK_INITIAL) was using myprocdiener2003-02-08
* Use channel 11 rather than 1 for all output to files, since 1 may berideout2003-02-06
* Replaced all the CCTK_InterpGV() calls by calls to the new interpolation APItradke2003-01-31
* Modified ahf.gauss and *.alm headers so that output format is identical with ...pollney2003-01-06
* Restored the assignment of disf, that had disappeared in Denis' last commit.diener2002-12-17
* Modified output so that data is appended after checkpoint, ratherpollney2002-12-13
* Fixed old #ifdef reference to DEVELOPMENT_SIMPLEEXCISION to the newpollney2002-10-09
* minor cleaning up, plus a stupid fix to a problem with the absoft compiler.miguel2002-10-08
* Fixed the logic in calling AHFinder_find3. Before ahfgrid3 was notdiener2002-07-25
* Added explicit array bounds to avoid triggering fp exception on Alphaspollney2002-07-15
* Use the generic routines sqrt(), abs(), log(), etc. instead of double-precisiontradke2002-06-18
* Removed goto and continue statements, so that it will compile on titan.rideout2002-06-06
* Initialize ahfmask each time storage was switched on.tradke2002-06-04
* Zero out the edges of some grid functions before calculating their boundaries.tradke2002-06-03
* minor changes. Eliminating obsolete format statements and changing themiguel2002-05-24
* changing ifdefs and include filesallen2002-05-16
* Need to add '-N11' option to F90FLAGS for Darwin to make it compile.tradke2002-05-10