mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-07-08 03:07:03 +00:00
course graining added
This commit is contained in:
@ -21,4 +21,5 @@ Licence:
|
||||
|
||||
#include "Insertions.hpp"
|
||||
|
||||
template class pFlow::Insertion<pFlow::sphereShape>;
|
||||
template class pFlow::Insertion<pFlow::sphereShape>;
|
||||
template class pFlow::Insertion<pFlow::grainShape>;
|
@ -24,11 +24,15 @@ Licence:
|
||||
|
||||
#include "Insertion.hpp"
|
||||
#include "sphereShape.hpp"
|
||||
#include "grainShape.hpp"
|
||||
|
||||
|
||||
namespace pFlow
|
||||
{
|
||||
|
||||
using sphereInsertion = Insertion<sphereShape> ;
|
||||
using grainInsertion = Insertion<grainShape> ;
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user