aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryye00 <yye00@bfcf8e34-485d-4d46-a995-1fd6fa6fb178>2004-08-13 16:12:21 +0000
committeryye00 <yye00@bfcf8e34-485d-4d46-a995-1fd6fa6fb178>2004-08-13 16:12:21 +0000
commit1f1ed9aeabaa04b558cf2ea1e2375d3335cf1354 (patch)
tree79de00ae940dabe239b826e9eacd0f7b0a818fa0
parent0324bc66b0e0d0c43b5330ff3070556fc98b4688 (diff)
minor fix
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IsoSurfacer/trunk@84 bfcf8e34-485d-4d46-a995-1fd6fa6fb178
-rw-r--r--src/Sockets.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Sockets.c b/src/Sockets.c
index 59844be..5e0dbf9 100644
--- a/src/Sockets.c
+++ b/src/Sockets.c
@@ -171,7 +171,7 @@ int Iso_SetupServer(const cGH *GH,isosurfacerGH *myGH,int dataport, int controlp
advertised_filename = Util_Strdup(FILENAME_TEMPLATE);
if (advertised_filename == NULL)
- CCTK_VWarn 0, __LINE__, __FILE__, "IsoSurfacer", "Cannot allocate memory foradvertised file name");
+ CCTK_VWarn (0, __LINE__, __FILE__, "IsoSurfacer", "Cannot allocate memory foradvertised file name");
myGH = myGH;
if(CCTK_MyProc(GH) != 0) return 0; /* not the root processor */