[Commits] [svn:einsteintoolkit] IllinoisGRMHD/trunk/src/ (Rev. 16)

zachetie at gmail.com zachetie at gmail.com
Wed Oct 16 15:22:27 CDT 2013


User: zetienne
Date: 2013/10/16 03:22 PM

Modified:
 /trunk/src/
  apply_frozen_boundary_condition.C

Log:
 Add comment on coding standards of apply_frozen_boundary_condition.C

File Changes:

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

File [modified]: apply_frozen_boundary_condition.C
Delta lines: +15 -0
===================================================================
--- trunk/src/apply_frozen_boundary_condition.C	2013-10-16 20:15:20 UTC (rev 15)
+++ trunk/src/apply_frozen_boundary_condition.C	2013-10-16 20:22:27 UTC (rev 16)
@@ -1,3 +1,18 @@
+/****************************************
+ * Apply frozen boundary conditions.
+ * 
+ * IMPORTANT NOTE: This is a placeholder
+ * function for frozen BCs that WILL BE
+ * DELETED once IllinoisGRMHD moves to the
+ * standard ET boundary condition 
+ * interface. Zach is aware that this 
+ * function is not exactly compliant with
+ * ET coding standards, but given the 
+ * short lifetime of this code, it
+ * shouldn't matter.
+ ****************************************/
+
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <math.h>



More information about the Commits mailing list