FEAT
3
Finite Element Analysis Toolbox
Loading...
Searching...
No Matches
empty_lafem.cpp
1
// FEAT3: Finite Element Analysis Toolbox, Version 3
2
// Copyright (C) 2010 by Stefan Turek & the FEAT group
3
// FEAT3 is released under the GNU General Public License version 3,
4
// see the file 'copyright.txt' in the top level directory for details.
5
6
#ifndef DOXYGEN
7
8
// dummy class instance to silence ipo linker optimization warnings about empty liblafem
9
class
ipo_foobar_lafem
10
{
11
public
:
12
int
i;
13
ipo_foobar_lafem() :
14
i(0)
15
{
16
(void)i;
17
}
18
} ipo_barfoo_lafem;
19
20
#endif
// DOXYGEN
kernel
lafem
empty_lafem.cpp
Generated by
1.9.5