preCICE
v3.3.0
Loading...
Searching...
No Matches
src
drivers
version.cpp
Go to the documentation of this file.
1
#include <
iostream
>
2
#include <
precice/Tooling.hpp
>
3
4
int
main
(
int
argc,
char
**argv)
5
{
6
std::cout
<<
precice::getVersionInformation
() <<
'\n'
;
7
return
0;
8
}
Tooling.hpp
std::cout
iostream
precice::getVersionInformation
std::string getVersionInformation()
Returns information on the version of preCICE.
Definition
Tooling.cpp:70
main
int main(int argc, char **argv)
Definition
version.cpp:4