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

Fix welcome message according to the latest Hermes2D #7

Closed
karban opened this issue Oct 26, 2010 · 1 comment
Closed

Fix welcome message according to the latest Hermes2D #7

karban opened this issue Oct 26, 2010 · 1 comment

Comments

@karban
Copy link
Contributor

karban commented Oct 26, 2010

class Hermes2DLogoMessage {
public:
Hermes2DLogoMessage() {
printf("\n-------------------------------------------------\n");
printf(" This application uses Hermes2D.\n");
printf(" Hermes2D is a C++ library for rapid \n");
printf(" development of adaptive FEM and hp-FEM solvers\n");
printf(" developed by the hp-FEM group at UNR\n");
printf(" and distributed under the GPL license.\n");
printf(" For more details visit http://hpfem.org/.\n");
printf("-------------------------------------------------\n");
fflush(stdout);
}
};

@karban
Copy link
Contributor Author

karban commented Oct 26, 2010

Fixed

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant