mfumagalli / ngsPopGen

Population genetics analyses from NGS data
GNU General Public License v3.0
25 stars 7 forks source link

Change namespace within shared.hpp #4

Closed mojaveazure closed 8 years ago

mojaveazure commented 8 years ago

Hello,

I got rid of the using namespace std; from shared.hpp so that array types can be found. This fixes errors when compiling on Mac OS X 10.11.4, and retains compatibility with other systems (tested on CentOS 6.7, Ubuntu 15.10, and Mac OS X 10.11.3)

This addresses Issue #3