Intel 2025.0 complains about the insert method in VectorSpaceList, which is only defined in VectorSpace. I think the correct way is to use add instead of insert for VectorSpaceList. Please close this PR if I am wrong. Thanks!
User Notes
[ ] Features added
[ ] Changes to compilation (if any)
Checklist
[ ] Added/updated tests of new features and included a reference output.ref file
[ ] Removed comments in code and input files
[ ] Documented source code
[ ] Checked for redundant headers
[ ] Checked for consistency in the formatting of the output file
Description
Intel 2025.0 complains about the
insert
method inVectorSpaceList
, which is only defined inVectorSpace
. I think the correct way is to useadd
instead ofinsert
forVectorSpaceList
. Please close this PR if I am wrong. Thanks!User Notes
Checklist
output.ref
file