KIDS  ver-0.0.1
KIDS : Kernel Integrated Dynamics Simulator
Loading...
Searching...
No Matches
Kernel_Iter_Adapt.cpp File Reference
Include dependency graph for Kernel_Iter_Adapt.cpp:

Go to the source code of this file.

Namespaces

namespace  PROJECT_NS
 < http://warp.povusers.org/FunctionParser/fparser.html
 

Macros

#define FMTF(X)
 

Macro Definition Documentation

◆ FMTF

#define FMTF ( X)
Value:
" " << std::setiosflags(std::ios::fixed) /*scientific notation*/ \
<< std::setprecision(X) /*precision*/ \
<< std::setw(X + 4) /*precision*/

Definition at line 7 of file Kernel_Iter_Adapt.cpp.