-
- Downloads
remove assert.h usage in Pastis
First stage done: - we replaced assert by homemade Assert macro which performs the same Remaining work: - one will replace abort/exit by exceptions throws - finally will had quality code checker to forbid use of cassert within Pastis
Showing
- src/algebra/TinyMatrix.hpp 9 additions, 9 deletionssrc/algebra/TinyMatrix.hpp
- src/algebra/TinyVector.hpp 3 additions, 3 deletionssrc/algebra/TinyVector.hpp
- src/main.cpp 0 additions, 1 deletionsrc/main.cpp
- src/mesh/Connectivity1D.hpp 6 additions, 5 deletionssrc/mesh/Connectivity1D.hpp
- src/mesh/Connectivity2D.hpp 2 additions, 1 deletionsrc/mesh/Connectivity2D.hpp
- src/scheme/AcousticSolver.hpp 6 additions, 5 deletionssrc/scheme/AcousticSolver.hpp
- src/utils/PastisAssert.hpp 28 additions, 0 deletionssrc/utils/PastisAssert.hpp
- tests/test_TinyVector.cpp 11 additions, 5 deletionstests/test_TinyVector.cpp
Loading
Please register or sign in to comment