certi-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[certi-cvs] applications/HLA_TestsSuite test_FOMParse.cc


From: certi-cvs
Subject: [certi-cvs] applications/HLA_TestsSuite test_FOMParse.cc
Date: Fri, 31 Oct 2008 14:00:26 +0000

CVSROOT:        /sources/certi
Module name:    applications
Changes by:     Eric NOULARD <erk>      08/10/31 14:00:26

Modified files:
        HLA_TestsSuite : test_FOMParse.cc 

Log message:
        Fix default returned value.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/applications/HLA_TestsSuite/test_FOMParse.cc?cvsroot=certi&r1=1.6&r2=1.7

Patches:
Index: test_FOMParse.cc
===================================================================
RCS file: /sources/certi/applications/HLA_TestsSuite/test_FOMParse.cc,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- test_FOMParse.cc    29 Oct 2008 17:19:05 -0000      1.6
+++ test_FOMParse.cc    31 Oct 2008 14:00:22 -0000      1.7
@@ -167,7 +167,7 @@
 
        bool
        getInteractionHandles(std::string className, std::string parameterName) 
{
-               bool retval = false;
+               bool retval = true;
 
                if (verbose) {
                        cout << "Getting interaction handles..." <<endl;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]