LifeV
Dummy.hpp
Go to the documentation of this file.
1 #ifndef __DUMMY__
2 #define __DUMMY__
3 
4 #include <lifev/core/LifeV.hpp>
5 
6 namespace LifeV
7 {
8 
9 class Dummy
10 {
11 };
12 
13 } // namespace LifeV
14 
15 #endif // __DUMMY__
void updateInverseJacobian(const UInt &iQuadPt)