Skip to content
Snippets Groups Projects
Commit 39a86f7e authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

No commit message

No commit message
parent 76e8d51e
No related branches found
No related tags found
No related merge requests found
......@@ -312,7 +312,8 @@ PView *PView::getViewByNum(int num, int timeStep, int partition)
}
#include "Bindings.h"
void PView::registerBindings(binding *b) {
void PView::registerBindings(binding *b)
{
classBinding *cb = b->addClass<PView>("PView");
cb->setDescription("A post-processing view");
methodBinding *cm;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment