Skip to content
New issue

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

DA constructor not consistent #5

Open
KumarSaurabh1992 opened this issue Mar 26, 2023 · 0 comments
Open

DA constructor not consistent #5

KumarSaurabh1992 opened this issue Mar 26, 2023 · 0 comments
Assignees

Comments

@KumarSaurabh1992
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants