Skip to content
Snippets Groups Projects
Commit 9fe2dd26 authored by Elias Pipping's avatar Elias Pipping
Browse files

Add an assertation

Note: This assumes that any vector used to construct a BasisGridFunction
already has the proper size. If you want to be able to write

  Vector vec; // unitialised
  BasisGridFunction func(vec);
  initialize(vec);

for some reason, then please revert this change and let me know.
parent a2c9e8d6
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment