Skip to content
Snippets Groups Projects
Commit 34d37b49 authored by Stéphane Del Pino's avatar Stéphane Del Pino
Browse files

Improve numerical function evaluation in C++

- code is now generic (even if more testing remains).
- data types are now check accordingly to catch error in a clean way

In some cases (generally?) data types can only be checked at
runtime. This is the case for instance if function definition depends
on the dimension (which is likely to happen in many cases). Thus a
special procedure has been developed to indicate where the semantic
error occurs at runtime. (this is in some way related to issue #19)
parent caab4b21
No related branches found
No related tags found
1 merge request!37Feature/language
Showing
with 273 additions and 62 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment