Skip to content
Snippets Groups Projects
Commit ade41a4a authored by Hussein Alihussein's avatar Hussein Alihussein
Browse files

bug fixes

parent c99b4318
No related branches found
No related tags found
2 merge requests!332Add TPMSRow Application.,!329Develop temp
......@@ -456,11 +456,11 @@ void run(string configname)
SPtr<GbPoint3D> pointOne(new GbPoint3D(-0.00494999997317791,0.008, 0.0099));
SPtr<GbPoint3D> pointTwo(new GbPoint3D(0.14994999766349792, 0.008, 0.0099));
SPtr<GbLine3D> line(new GbLine3D(pointOne,pointTwo));
SPtr<GbLine3D> line(new GbLine3D(pointOne.get(),pointTwo.get()));
if (myid == 0)
GbSystem3D::writeGeoObject(line.get(), pathname + "/geo/line", WbWriterVtkXmlBinary::getInstance());
SPtr<UbScheduler> linSch(new UbScheduler(outTime/20,outTime/2/*,beginTime,endTime*/));
SPtr<SimulationObserver> lp(new LineTimeSeriesSimulationObserver(grid, linSch, pathname, WbWriterVtkXmlBinary::getInstance(), line,refineLevel, comm));
SPtr<SimulationObserver> lp(new LineTimeSeriesSimulationObserver(grid, linSch, pathname, line,refineLevel, comm));
SPtr<UbScheduler> visSch(new UbScheduler(outTime/*,beginTime,endTime*/));
SPtr<SimulationObserver> pp(new WriteMacroscopicQuantitiesSimulationObserver(grid, visSch, pathname, WbWriterVtkXmlBinary::getInstance(), conv, comm));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment