Elements 6.1.2
A C++ base framework for the Euclid Software.
Loading...
Searching...
No Matches
functionExample2.cpp
Go to the documentation of this file.
1
23
24namespace Elements {
25namespace Examples {
26
27int functionExample2(const int j) {
28 return j * j;
29}
30
31} // namespace Examples
32} // namespace Elements
ELEMENTS_API int functionExample2(const int j)