please POEMS library in namespace POEMS and remove "using namespace" from headers
This commit is contained in:
@ -21,6 +21,8 @@
|
||||
#include <cstdlib>
|
||||
|
||||
using namespace std;
|
||||
using namespace POEMS;
|
||||
|
||||
|
||||
Matrix::Matrix(){
|
||||
numrows = numcols = 0;
|
||||
|
||||
Reference in New Issue
Block a user