ometah-devel
[Top][All Lists]
Advanced

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

[oMetah-devel] ometah/problem itsProblem.cpp


From: NoJhan
Subject: [oMetah-devel] ometah/problem itsProblem.cpp
Date: Thu, 09 Jun 2005 09:49:01 -0400

CVSROOT:        /cvsroot/ometah
Module name:    ometah
Branch:         
Changes by:     NoJhan <address@hidden> 05/06/09 13:49:01

Modified files:
        problem        : itsProblem.cpp 

Log message:
        * bug on tags

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/ometah/ometah/problem/itsProblem.cpp.diff?tr1=1.14&tr2=1.15&r1=text&r2=text

Patches:
Index: ometah/problem/itsProblem.cpp
diff -u ometah/problem/itsProblem.cpp:1.14 ometah/problem/itsProblem.cpp:1.15
--- ometah/problem/itsProblem.cpp:1.14  Thu Jun  9 12:56:32 2005
+++ ometah/problem/itsProblem.cpp       Thu Jun  9 13:49:00 2005
@@ -1,5 +1,5 @@
 /***************************************************************************
- *  $Id: itsProblem.cpp,v 1.14 2005/06/09 12:56:32 nojhan Exp $
+ *  $Id: itsProblem.cpp,v 1.15 2005/06/09 13:49:00 nojhan Exp $
  *  Copyright : Université Paris 12 Val-de-Marne
  *              (61 avenue du Général de Gaulle, 94010, Créteil, France)
  *  Author : Johann Dréo <address@hidden>
@@ -186,13 +186,13 @@
   msg << "<minimums>";
     msg << "<point>" << "<solution>";
     msg << print( getBoundsMinima() );
-    msg << "</point>" << "</solution>";
+    msg << "</solution>" << "</point>";
   msg << "</minimums>" << endl;
 
   msg << "<maximums>";
     msg << "<point>" << "<solution>";
     msg << print( getBoundsMaxima() );
-    msg << "</point>" << "</solution>";
+    msg << "</solution>" << "</point>";
   msg << "</maximums>" << endl;
 
   msg << "</bounds>" << endl;




reply via email to

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