aboutsummaryrefslogtreecommitdiff
path: root/src/AmrUcdGridHierarchy.hh
diff options
context:
space:
mode:
authortradke <tradke@21a6bef8-4479-4f54-8f8d-0db94a2919ef>2003-07-21 14:33:39 +0000
committertradke <tradke@21a6bef8-4479-4f54-8f8d-0db94a2919ef>2003-07-21 14:33:39 +0000
commitabcbb53ef2a7071a5c168350c5b74cb1c41963aa (patch)
tree9c255982d930bf771ca6151c4c551d8e407fbce4 /src/AmrUcdGridHierarchy.hh
parentd3bf9ab8312f0e7d2a6d77566a05e00347244a1d (diff)
Changed comment lines such as '//**** some comment' into '// **** some comment'
so that the SUN preprocessor doesn't choke on it. git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@48 21a6bef8-4479-4f54-8f8d-0db94a2919ef
Diffstat (limited to 'src/AmrUcdGridHierarchy.hh')
-rw-r--r--src/AmrUcdGridHierarchy.hh5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/AmrUcdGridHierarchy.hh b/src/AmrUcdGridHierarchy.hh
index 94835a3..0a023d4 100644
--- a/src/AmrUcdGridHierarchy.hh
+++ b/src/AmrUcdGridHierarchy.hh
@@ -73,8 +73,9 @@ public:
// public:
~AmrUcdGridHierarchy();
void addGrid(AmrGrid &grid); // copy from
- //*** Now do parenting of the nodes (can be combined with the addGrid
-#if 0 // disabled
+ // *** Now do parenting of the nodes (can be combined with the addGrid
+#if 0
+ // disabled
struct CellInfo {
struct Face {
Vec3f normal;