Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

12.4.2.1 Function Partial Application 2nd Example #1338

Closed
modelica-trac-importer opened this issue Nov 4, 2018 · 2 comments
Closed

12.4.2.1 Function Partial Application 2nd Example #1338

modelica-trac-importer opened this issue Nov 4, 2018 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@modelica-trac-importer
Copy link
Collaborator

Reported by frenkel on 26 Oct 2013 07:33 UTC
In the second example of section 2.4.2.1 Function Partial Application the closing bracket is missing:

function surfaceQuadrature
...
integral := quadrature(x1, x2,
function quadratureOnce(y1=y1, y2=y2, integrand=integrand);
// Case (b) and (c)
end surfaceQuadrature;

should be:

integral := quadrature(x1, x2,
function quadratureOnce(y1=y1, y2=y2, integrand=integrand));

Migrated-From: https://trac.modelica.org/Modelica/ticket/1338

@modelica-trac-importer
Copy link
Collaborator Author

Comment by hansolsson on 28 Oct 2013 09:05 UTC
Agreed. Will correct; also verified that no other syntax errors in that example.

@modelica-trac-importer
Copy link
Collaborator Author

Comment by hansolsson on 28 Oct 2013 09:06 UTC
Fixed in r7106

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests