mirror of
https://github.com/aportelli/LatAnalyze.git
synced 2026-01-13 20:49:34 +00:00
code cleaning and GCC compatibility
This commit is contained in:
10
lib/Mat.cpp
10
lib/Mat.cpp
@@ -21,14 +21,16 @@
|
||||
#include <LatAnalyze/includes.hpp>
|
||||
|
||||
using namespace std;
|
||||
using namespace Latan;
|
||||
|
||||
/******************************************************************************
|
||||
* DMat implementation *
|
||||
******************************************************************************/
|
||||
// IO //////////////////////////////////////////////////////////////////////////
|
||||
template <>
|
||||
IoObject::IoType Mat<double>::getType(void) const
|
||||
namespace Latan
|
||||
{
|
||||
return IoType::dMat;
|
||||
template <>
|
||||
IoObject::IoType Mat<double>::getType(void) const
|
||||
{
|
||||
return IoType::dMat;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user