summaryrefslogtreecommitdiff
path: root/src/main
diff options
context:
space:
mode:
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");