Added reference headers and moved some code.
This commit is contained in:
11
OndselSolver/FullColumn.ref.h
Normal file
11
OndselSolver/FullColumn.ref.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
namespace MbD {
|
||||
template<typename T>
|
||||
class FullColumn;
|
||||
|
||||
using FColDsptr = std::shared_ptr<FullColumn<double>>;
|
||||
|
||||
template<typename T>
|
||||
using FColsptr = std::shared_ptr<FullColumn<T>>;
|
||||
}
|
||||
Reference in New Issue
Block a user