← Back to team overview

yade-dev team mailing list archive

[svn] r1764 - trunk/pkg/lattice/PreProcessor

 

Author: eudoxos
Date: 2009-05-04 10:38:56 +0200 (Mon, 04 May 2009)
New Revision: 1764

Modified:
   trunk/pkg/lattice/PreProcessor/LatticeExampleCTData.cpp
   trunk/pkg/lattice/PreProcessor/LatticeExampleSimple.cpp
Log:
Fix comp9ilation error for Janek.


Modified: trunk/pkg/lattice/PreProcessor/LatticeExampleCTData.cpp
===================================================================
--- trunk/pkg/lattice/PreProcessor/LatticeExampleCTData.cpp	2009-05-03 07:16:04 UTC (rev 1763)
+++ trunk/pkg/lattice/PreProcessor/LatticeExampleCTData.cpp	2009-05-04 08:38:56 UTC (rev 1764)
@@ -193,8 +193,8 @@
 
 #ifdef MINIWM3
 // if Delaunay is not avauilable produce an error message
-	message = "ERROR:\n\nYade was compiled without full installation of wildmagic-dev (Wm3 foundation library), can't use Delaunay. "
-	+ "Please compile yade with full wm3 library installed. Don't forget CPPPATH=/usr/include/wm3 scons parameter.";
+	message = "ERROR:\n\nYade was compiled without full installation of wildmagic-dev (Wm3 foundation library), can't use Delaunay. \n"
+	"Please compile yade with full wm3 library installed. Don't forget CPPPATH=/usr/include/wm3 scons parameter.";
 	return false;
 #else
 // create beams, Delaunay

Modified: trunk/pkg/lattice/PreProcessor/LatticeExampleSimple.cpp
===================================================================
--- trunk/pkg/lattice/PreProcessor/LatticeExampleSimple.cpp	2009-05-03 07:16:04 UTC (rev 1763)
+++ trunk/pkg/lattice/PreProcessor/LatticeExampleSimple.cpp	2009-05-04 08:38:56 UTC (rev 1764)
@@ -145,8 +145,8 @@
 
 #ifdef MINIWM3
 // if Delaunay is not avauilable produce an error message
-	message = "ERROR:\n\nYade was compiled without full installation of wildmagic-dev (Wm3 foundation library), can't use Delaunay. "
-	+ "Please compile yade with full wm3 library installed. Don't forget CPPPATH=/usr/include/wm3 scons parameter.";
+	message = "ERROR:\n\nYade was compiled without full installation of wildmagic-dev (Wm3 foundation library), can't use Delaunay. \n"
+	"Please compile yade with full wm3 library installed. Don't forget CPPPATH=/usr/include/wm3 scons parameter.";
 	return false;
 #else
 // create beams, Delaunay