summaryrefslogtreecommitdiff
path: root/src/main
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-07-18 13:19:35 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-07-18 13:19:35 +0000
commit6354d3e58801e64ef6a314156e0ed146a1648032 (patch)
tree270144fc077d1abb6ba31cd0f1227415ed331755 /src/main
parent6a3465e8855b85442fb763c2bba8fb922268547e (diff)
Change to C string for comopiler
git-svn-id: http://svn.cactuscode.org/flesh/trunk@736 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/main')
-rw-r--r--src/main/WarnLevel.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/main/WarnLevel.c b/src/main/WarnLevel.c
index 365e90af..68f7a326 100644
--- a/src/main/WarnLevel.c
+++ b/src/main/WarnLevel.c
@@ -337,9 +337,7 @@ void CCTKi_FinaliseParamWarn(void)
void CCTKi_NotYetImplemented(void)
{
-printf("\n\n This planned feature is not yet implemented in the code.
- \n If you need this feature please contact the Cactus
- maintainers.\n");
+printf("\n\n This planned feature is not yet implemented in the code.\n If you need this feature please contact the Cactus maintainers.\n");
CCTK_Warn(0,__LINE__,__FILE__,"Cactus","Feature not implemented");