MRChemSoft/mrcpp

Derivative operator error message

Closed this issue · 2 comments

Construction of derivative operator in a world with more than 2x2x2 root boxes produces the error message "This translation should not occur". Seems non-fatal.

Related to this: When to many root boxes are used mrcpp crashes with useless error messages.

We run into problmes when the number of root boxes are larger than the allocation size located in
SerialFunctionTree.cpp

The error message was harmless and have been removed in #68.