please POEMS library in namespace POEMS and remove "using namespace" from headers

This commit is contained in:
Axel Kohlmeyer
2019-07-04 00:09:01 -04:00
parent 95cb995336
commit e63fe1fe84
85 changed files with 1361 additions and 1270 deletions

View File

@ -21,6 +21,8 @@
#include <cstdlib>
using namespace std;
using namespace POEMS;
Matrix::Matrix(){
numrows = numcols = 0;