The assert statements in EquationDependencyParser were wrong. Also, I fixed all the errors when compiling the main library (not the application level). It mostly consisted of marking functions as overrides, ignoring truncation errors in snprintf, and reordering the AdaptiveRefinement class declaration in matrixFreePDE
The assert statements in
EquationDependencyParser
were wrong. Also, I fixed all the errors when compiling the main library (not the application level). It mostly consisted of marking functions asoverrides
, ignoring truncation errors insnprintf
, and reordering theAdaptiveRefinement
class declaration inmatrixFreePDE