summaryrefslogtreecommitdiff
path: root/src/main/WarnLevel.c
Commit message (Collapse)AuthorAge
* Routine name changesallen1999-07-25
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@781 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Changed names for some functions which should just be internalallen1999-07-21
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@761 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Change to C string for comopilerallen1999-07-18
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@736 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added new warning CCTKi_NotYetImplementedallen1999-07-18
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@734 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Changed CCTK_Info to go to stdout.goodale1999-07-04
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@644 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Changed CCTK_Warns t CCTK_WARN so that I can try and pass thorught theallen1999-07-03
| | | | | | | | | | | | | | | | | | | | | | | | line number and file name to the Warn message. This hass problems: 1) I really need to include cctk.h then (for some reason) in WarnLevel.h, but then I guess the Fortran name for CCTK_Warn is CCTK_WARN so it doesn't much care for me having a macro for CCTK_WARN. 2) Now I need three fortran strings to be passed into C. This works at the moment on Linux, but not on other machines, so you may need to run with warnings off for a little while. 3) Fortran doesn't get the file name, because (?) it is actually something from a pipe which gets preprocessed and not the file. I have no idea how to fix this. I may just scrap all this, but I want to persevere a bit Oh, there is a new parameter cctk_full_warnings (default yes for now) which gives the old style warnings with no. git-svn-id: http://svn.cactuscode.org/flesh/trunk@618 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Include file name changesallen1999-06-29
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@605 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added CCTK_ParamWarn to give a warning about parameters and add one to theallen1999-06-28
| | | | | | | | | | | | | | | | | count of parameter warnings. Use this in any routine registered at ParamCheck to give a warning which should stop the code. This has a macro CCTK_PARAMWARN("blah") which adds on the thorn name Changed CCTK_Info to also take the thorn name, and there is now a macro CCTK_INFO("blah") to automatically add it. Also added CCTKi_Paramfinalise which is called by flesh after param check to stop the code if there are parameter problems. git-svn-id: http://svn.cactuscode.org/flesh/trunk@592 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added a flush buffer ... hope it doesn't affect performanceallen1999-06-25
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@582 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added FMODIFIER to Fortran subroutine definitions.goodale1999-06-24
| | | | | | | | | | FMODIFIER is now in config.h, so you may need to do a <conf>-reconfig after updating. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@568 17b73243-c579-4c4c-a9d2-2d5706c11dac
* More changes from Joan and his NT nightmares.jmasso1999-06-03
| | | | | | | Please try this on a reasonable OS. git-svn-id: http://svn.cactuscode.org/flesh/trunk@543 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Extra argument for CCTK_Warn to contain the thorn nameallen1999-04-22
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@492 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added CCTK_Info("message")allen1999-04-01
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@427 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added WARNING: before the warning messageallen1999-02-19
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@312 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added a new line after printing warning messageallen1999-02-18
| | | | | | | Gab git-svn-id: http://svn.cactuscode.org/flesh/trunk@306 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixed bug in a print statement and included Misc.h to make the originallen1999-02-18
| | | | | | | compiler a little happier git-svn-id: http://svn.cactuscode.org/flesh/trunk@305 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixed sprintf statements.goodale1999-02-17
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@304 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added fortran interface for CCTK_Warn, eventually getting all the *'sallen1999-02-17
| | | | | | | in the right places git-svn-id: http://svn.cactuscode.org/flesh/trunk@300 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Warning level stuff.goodale1999-02-17
Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@292 17b73243-c579-4c4c-a9d2-2d5706c11dac