We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please modify the constructor at Line 170 in oda.cpp to include version information as:
template <unsigned int dim> DA<dim>::DA(const ot::DistTree<C,dim> &inDistTree, MPI_Comm comm, unsigned int order, size_t grainSz, double sfc_tol, int version) : DA(inDistTree, 0, comm, order, grainSz, sfc_tol,version) { }
The current one do not have version information.
The text was updated successfully, but these errors were encountered:
GDhir
starintheuniverse
No branches or pull requests
Please modify the constructor at Line 170 in oda.cpp to include version information as:
template <unsigned int dim> DA<dim>::DA(const ot::DistTree<C,dim> &inDistTree, MPI_Comm comm, unsigned int order, size_t grainSz, double sfc_tol, int version) : DA(inDistTree, 0, comm, order, grainSz, sfc_tol,version) { }
The current one do not have version information.
The text was updated successfully, but these errors were encountered: