From 6e544c36ad6d83ff97abd91a740dcd92e560233d Mon Sep 17 00:00:00 2001 From: eschnett Date: Fri, 5 Apr 2013 14:46:47 +0000 Subject: Improve comment git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/MoL/trunk@195 578cdeb0-5ea1-4b81-8215-5a3b8777ee0b --- src/Operators.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Operators.c b/src/Operators.c index e66312e..fa78524 100644 --- a/src/Operators.c +++ b/src/Operators.c @@ -7,9 +7,9 @@ aliased functions, these aliased functions are called; otherwise, a default implementation is used. */ -/* The aliased functions should never be called from MoL's time - integrators, because they may not exist. Instead, the operators - defined here (with the MoL_ prefix) should be used. */ +/* The aliased functions should never be called directly from MoL's + time integrators, because they may not exist. Instead, the + operators defined here (with the MoL_ prefix) should be used. */ static void -- cgit v1.2.3