aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjthorn <jthorn@df1f8a13-aa1d-4dd4-9681-27ded5b42416>2002-09-20 15:58:44 +0000
committerjthorn <jthorn@df1f8a13-aa1d-4dd4-9681-27ded5b42416>2002-09-20 15:58:44 +0000
commitcc0d2264e03e3e64539c53ffa7b6735fde6c86d7 (patch)
tree944c47cd1f4ab6e0ffe2a556353972b7decd2df7 /src
parentb1225634697ea2f0d99b0ca33846deecb2372508 (diff)
change the string ??) in a comment to ?)
since the former is an ISO C trigraph (and those are a royal pain :( ) git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@118 df1f8a13-aa1d-4dd4-9681-27ded5b42416
Diffstat (limited to 'src')
-rw-r--r--src/GeneralizedPolynomial-Uniform/template.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GeneralizedPolynomial-Uniform/template.c b/src/GeneralizedPolynomial-Uniform/template.c
index 3a09a34..92b3d3b 100644
--- a/src/GeneralizedPolynomial-Uniform/template.c
+++ b/src/GeneralizedPolynomial-Uniform/template.c
@@ -569,7 +569,7 @@ int FUNCTION_NAME(/***** coordinate system *****/
* FIXME: right now this is used as (eg) RATIONAL(1.0,2.0);
* it might be cleaner if it were RATIONAL(1,2) with the
* preprocessor ## operator used to glue on the .0
- * (I _think_ this is portable, but is it really??)
+ * (I _think_ this is portable, but is it really?)
*/
#define RATIONAL(num,den) (num/den)