aboutsummaryrefslogtreecommitdiff
path: root/src/AHFinder_pow.F
Commit message (Collapse)AuthorAge
* Slight formatting changes to make the red hat C preprocessor work withoutdiener2003-11-05
| | | | | | | any special options. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@359 89daf98e-ef62-4674-b946-b8ff9de2216c
* Modified output so that data is appended after checkpoint, ratherpollney2002-12-13
| | | | | | | | | | | | than deleting any existing files. * Starting a run from scratch will still wipe out any files that already exist in the output directory, as is usual for cactus 1d data. * If you do a horizon find on the timestep when you are also checkpointing, then you'll end up with a duplicate point in the output, as the horizon is found again at restart. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@320 89daf98e-ef62-4674-b946-b8ff9de2216c
* Use the generic routines sqrt(), abs(), log(), etc. instead of double-precisiontradke2002-06-18
| | | | | | | | ones dsqrt(), dabs(), dlog(), detc. This makes the code compile in single precision. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@312 89daf98e-ef62-4674-b946-b8ff9de2216c
* minor changes. Cleaning up a bit.miguel2001-11-15
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@259 89daf98e-ef62-4674-b946-b8ff9de2216c
* Fixed some statements which seem to be non-standard (eg. exceeding 72 charstradke2001-10-12
| | | | | | | | per source line - this couldn't be broken into another continuation line by the perl preprocessor when it was in the middle of a keyword). git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@250 89daf98e-ef62-4674-b946-b8ff9de2216c
* Moved some function parameters into a common block to reduce the size of thetradke2001-09-04
| | | | | | | argument list. Now it compiles again with the Portland compiler. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@241 89daf98e-ef62-4674-b946-b8ff9de2216c
* FARGUMENTS -> ARGUMENTSallen2001-06-25
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@211 89daf98e-ef62-4674-b946-b8ff9de2216c
* Putting back "integer" istead of CCTK_INT in most places. I have beenmiguel2000-05-05
| | | | | | | | advised by Gerd that it is better to keep "integer" for things that are not communicated. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@96 89daf98e-ef62-4674-b946-b8ff9de2216c
* Changing "integer" to CCTK_INT. Apparently the inconsistent use of bothmiguel2000-05-05
| | | | | | | in different places was causing trouble on the t3e. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@93 89daf98e-ef62-4674-b946-b8ff9de2216c
* Removing warningsallen2000-04-19
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@69 89daf98e-ef62-4674-b946-b8ff9de2216c
* Fixing the erroneous commit I made a couple of days ago.allen2000-04-04
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@65 89daf98e-ef62-4674-b946-b8ff9de2216c
* Getting rid of ' in comment line ... preprocessor doesn't like itallen2000-04-03
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@64 89daf98e-ef62-4674-b946-b8ff9de2216c
* Small chnages to output and some extra comments.miguel2000-03-30
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@57 89daf98e-ef62-4674-b946-b8ff9de2216c
* Typos.miguel2000-03-29
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@49 89daf98e-ef62-4674-b946-b8ff9de2216c
* cctk_parameters -> cctk_Parametersallen2000-01-27
| | | | | | | cctk_arguments -> cctk_Arguments git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@39 89daf98e-ef62-4674-b946-b8ff9de2216c
* A small bug fix, plus a lot of cleaning up.miguel2000-01-04
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@37 89daf98e-ef62-4674-b946-b8ff9de2216c
* more variable initializationlanfer1999-11-05
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@30 89daf98e-ef62-4674-b946-b8ff9de2216c
* changing types so it compiles on t3elanfer1999-11-04
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@28 89daf98e-ef62-4674-b946-b8ff9de2216c
* Changing REAL to CCTK_REAL in a few places. Should make little difference.miguel1999-11-02
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@26 89daf98e-ef62-4674-b946-b8ff9de2216c
* putting files into outdir (appending a / after outdir)lanfer1999-11-01
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@24 89daf98e-ef62-4674-b946-b8ff9de2216c
* some bug fixes, initializing arrays, getting coordinates, currently SGI only :-<lanfer1999-10-29
| | | | git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@18 89daf98e-ef62-4674-b946-b8ff9de2216c
* Removed ' in comments for preprocessor, removed ifdef MPIs, fixedallen1999-09-24
| | | | | | | couple of compiler complaints git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@13 89daf98e-ef62-4674-b946-b8ff9de2216c
* This commit was generated by cvs2svn to compensate for changes in r5, whichlnerger1999-09-17
| | | | | | included commits to RCS files with non-trunk default branches. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@6 89daf98e-ef62-4674-b946-b8ff9de2216c
* This commit was generated by cvs2svn to compensate for changes in r2, whichlars1999-07-21
included commits to RCS files with non-trunk default branches. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinder/trunk@3 89daf98e-ef62-4674-b946-b8ff9de2216c