aboutsummaryrefslogtreecommitdiff
path: root/src/SetupPGV.c
diff options
context:
space:
mode:
authorrideout <rideout@b61c5cb5-eaca-4651-9a7a-d64986f99364>2002-07-09 15:39:12 +0000
committerrideout <rideout@b61c5cb5-eaca-4651-9a7a-d64986f99364>2002-07-09 15:39:12 +0000
commit5707fc7b5b455683f95efd859ef8b387e80cf9be (patch)
treeb12d60bac453c545ecd29b0df615f15868d9a298 /src/SetupPGV.c
parentda31b28e404a21a1bdc8470234cf8b6845d8a1fc (diff)
Changed C++ style comment to C.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@395 b61c5cb5-eaca-4651-9a7a-d64986f99364
Diffstat (limited to 'src/SetupPGV.c')
-rw-r--r--src/SetupPGV.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SetupPGV.c b/src/SetupPGV.c
index edebb6a..5536c26 100644
--- a/src/SetupPGV.c
+++ b/src/SetupPGV.c
@@ -1522,7 +1522,7 @@ pGA *PUGH_SetupGArray(void *parent,
this->vector_entry = vector_entry;
this->vector_base = vector_base;
- if(this->name) // && this->padddata)
+ if(this->name) /* && this->padddata) */
{
strcpy(this->name, name);
}