Skip to content
Snippets Groups Projects
Commit 4360393d authored by Jordi Inglada's avatar Jordi Inglada
Browse files

Correction exemple moments complexes

parent 039c5e56
No related branches found
No related tags found
No related merge requests found
......@@ -130,8 +130,7 @@ int main(int argc, char ** argv )
// Software Guide : BeginCodeSnippet
ComplexType Result;
cmFunction->EvaluateAtIndex(center);
ComplexType Result = cmFunction->EvaluateAtIndex(center);
std::cout << "The moment of order (" << P << "," << Q << ") is equal to " << Result << std:: endl;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment