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

delete line writer

parent c99b4318
No related branches found
No related tags found
2 merge requests!332Add TPMSRow Application.,!329Develop temp
......@@ -457,8 +457,6 @@ void run(string configname)
SPtr<GbPoint3D> pointTwo(new GbPoint3D(0.14994999766349792, 0.008, 0.0099));
SPtr<GbLine3D> line(new GbLine3D(pointOne,pointTwo));
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));
......
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