Working on adding vis to workpool (doesn't compile)

This commit is contained in:
James E McClure
2015-11-05 10:26:55 -05:00
parent 27e4e81c99
commit 7e529a9057

View File

@@ -141,7 +141,7 @@ public:
Lx=Averages.Dm.Lx;
Ly=Averages.Dm.Ly;
Lz=Averages.Dm.Lz;
fillHalo<double> fillData(Averages.Dm.Comm,Averages.Dm.rank_info,Nx-2,Ny-2,Nz-2,1,1,1,0,1);
// fillHalo<double> fillData(Averages.Dm.Comm,Averages.Dm.rank_info,Nx-2,Ny-2,Nz-2,1,1,1,0,1);
std::vector<IO::MeshDataStruct> meshData(1);
meshData[0].meshName = "domain";
meshData[0].mesh = std::shared_ptr<IO::DomainMesh>( new IO::DomainMesh(Averages.Dm.rank_info,Nx-2,Ny-2,Nz-2,Lx,Ly,Lz) );