Memosa-FVM  0.2
KineticModels.cpp
Go to the documentation of this file.
1 // This file os part of FVM
2 // Copyright (c) 2012 FVM Authors
3 // See LICENSE file for terms.
4 
5 #include <atype.h>
6 
7 
8 #include "Quadrature.h"
9 
10 template class Quadrature<ATYPE>;
11 
12 #include "KineticModel.h"
13 template class KineticModel<ATYPE>;
14 
15