← Back to team overview

yade-dev team mailing list archive

[Branch ~yade-pkg/yade/git-trunk] Rev 3467: Fix compilation error in PeriodicFlow.hpp

 

------------------------------------------------------------
revno: 3467
committer: Anton Gladky <gladky.anton@xxxxxxxxx>
timestamp: Tue 2014-10-14 13:57:20 +0200
message:
  Fix compilation error in PeriodicFlow.hpp
modified:
  lib/triangulation/PeriodicFlow.hpp


--
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 'lib/triangulation/PeriodicFlow.hpp'
--- lib/triangulation/PeriodicFlow.hpp	2014-10-07 18:44:58 +0000
+++ lib/triangulation/PeriodicFlow.hpp	2014-10-14 11:57:20 +0000
@@ -2,7 +2,7 @@
 
 #pragma once
 
-#include<yade/lib/triangulation/FlowBoundingSphere.hpp>//include after #define XVIEW
+#include <yade/lib/triangulation/FlowBoundingSphere.hpp>//include after #define XVIEW
 // #include "Timer.h"
 // #include "PeriodicTesselation.h"
 // #include "basicVTKwritter.hpp"
@@ -180,7 +180,7 @@
 			CellHandle& cell = *cellIt;
 			Point& p1 = cell->info();
 			if (cell->info().blocked) {
-				setBlocked(cell);}
+				this->setBlocked(cell);}
 			if (cell->info().isGhost) {cerr<<"skipping a ghost"<<endl; continue;}
 			for (int j=0; j<4; j++){
 				neighbourCell = cell->neighbor(j);


Follow ups