← Back to team overview

yade-dev team mailing list archive

[Branch ~yade-pkg/yade/git-trunk] Rev 3660: Add missing space in error message

 

------------------------------------------------------------
revno: 3660
committer: jduriez <jerome.duriez@xxxxxxxxxxx>
timestamp: Tue 2015-05-26 15:56:51 -0600
message:
  Add missing space in error message
modified:
  pkg/dem/Law2_ScGeom_CapillaryPhys_Capillarity.cpp


--
lp:yade
https://code.launchpad.net/~yade-pkg/yade/git-trunk

Your team Yade developers is subscribed to branch lp:yade.
To unsubscribe from this branch go to https://code.launchpad.net/~yade-pkg/yade/git-trunk/+edit-subscription
=== modified file 'pkg/dem/Law2_ScGeom_CapillaryPhys_Capillarity.cpp'
--- pkg/dem/Law2_ScGeom_CapillaryPhys_Capillarity.cpp	2015-04-24 06:07:03 +0000
+++ pkg/dem/Law2_ScGeom_CapillaryPhys_Capillarity.cpp	2015-05-26 21:56:51 +0000
@@ -65,7 +65,7 @@
 			if (I->isReal()) {
 				if (CapillaryPhys::getClassIndexStatic()==I->phys->getClassIndex()) hertzOn=false;
 				else if (MindlinCapillaryPhys::getClassIndexStatic()==I->phys->getClassIndex()) hertzOn=true;
-				else LOG_ERROR("The capillary law is not implemented for interactions using"<<I->phys->getClassName());
+				else LOG_ERROR("The capillary law is not implemented for interactions using "<<I->phys->getClassName());
 				bodiesMenisciiList.initialized = false;//must be re-initialized after creation of first real contact in the model
 				hertzInitialized = true;
 				break;