[Commits] [svn:einsteintoolkit] NullExact/trunk/src/ (Rev. 4)

yosef at astro.rit.edu yosef at astro.rit.edu
Thu Aug 25 07:48:33 CDT 2011


User: zlochower
Date: 2011/08/25 07:48 AM

Modified:
 /trunk/src/
  NullExact_MoLRegister.c

Log:
 fixed incorrect prototype.

File Changes:

Directory: /trunk/src/
======================

File [modified]: NullExact_MoLRegister.c
Delta lines: +3 -3
===================================================================
--- trunk/src/NullExact_MoLRegister.c	2011-08-25 12:38:04 UTC (rev 3)
+++ trunk/src/NullExact_MoLRegister.c	2011-08-25 12:48:33 UTC (rev 4)
@@ -13,9 +13,9 @@
 
 static const char *rcsid = "$Header$";
 
-int NullExact_MoLRegister(CCTK_ARGUMENTS);
+void NullExact_MoLRegister(CCTK_ARGUMENTS);
 
-int NullExact_MoLRegister(CCTK_ARGUMENTS)
+void NullExact_MoLRegister(CCTK_ARGUMENTS)
 {
 
   DECLARE_CCTK_ARGUMENTS;
@@ -39,5 +39,5 @@
 
   if (ierr) CCTK_WARN(0,"Problems registering with MoL");
 
-  return ierr;
+  /* return ierr; */
 }



More information about the Commits mailing list