summaryrefslogtreecommitdiff
path: root/src/util/Misc.c
Commit message (Collapse)AuthorAge
...
* Added a debugging statement for CCTK_NullTerminateStringallen1999-05-09
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@521 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Changed CCTK_WARN to CCTK_Warnallen1999-04-23
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@499 17b73243-c579-4c4c-a9d2-2d5706c11dac
* CCTK_Warn gets extra argumentallen1999-04-22
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@496 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added CCTK_StringInRegexList and CCTK_RegexMatch subroutines whichgoodale1999-04-16
| | | | | | | | | | | use the POSIX.2 regular expression functions regcomp and regexec to do regular expression matching on strings. These functions seem to be available and operating in the same way on all platforms. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@485 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixed the CCTK_PrintString routine after Tom pointed out I was missing aallen1999-04-06
| | | | | | | pointer git-svn-id: http://svn.cactuscode.org/flesh/trunk@443 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Finished error checking in CCTK_Equalsallen1999-04-05
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@436 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Check that the first string isn't null in CCTK_Equalsallen1999-04-03
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@431 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Addedallen1999-04-02
| | | | | | | | | | | | | | | | | | | void CCTK_PrintString(char *data) { printf("%s",data); } void FORTRAN_NAME(CCTK_PrintString)(char *arg1) { CCTK_PrintString(arg1); } with the idea that you could use it to print the vlaue of a string parameter from the pointer that you have in fortran. But it doesn't work. Maybe someone can tell me why? git-svn-id: http://svn.cactuscode.org/flesh/trunk@429 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Changed first argument to fortran version of CCTK_Equals to be a char **goodale1999-02-20
| | | | | | | | | since Fortran always passes by reference. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@321 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added warning if a logical is not set in CCTK_SetLogicalallen1999-02-19
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@311 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Removed FortranString stuff which is now in a header fileallen1999-02-17
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@301 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added Fortran interface for CCTK_Equals. Defined macros for usingallen1999-02-14
| | | | | | | | when passing one or two fortran strings into routines (two strings since I originally forgot that there was really only one string) git-svn-id: http://svn.cactuscode.org/flesh/trunk@265 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added functions to set tha values of ints, doubles, keywords, strings, etcgoodale1999-01-21
| | | | | | | | | as required by the bindings. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@98 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixed minor bug in CCTK_Equals.goodale1999-01-20
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@97 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added Misc.c, which contains miscellaneuous routines, such as CCTK_Equals...goodale1999-01-20
Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@87 17b73243-c579-4c4c-a9d2-2d5706c11dac