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

fix compile

parent 2d04be60
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ int dgSupraTransformNodalValue::apply ( dgDofContainer *solution)
}
}
}
return 1;
}
int dgSupraTransformNodalValue::apply_Inverse ( dgDofContainer *solution)
......@@ -57,6 +57,7 @@ int dgSupraTransformNodalValue::apply_Inverse ( dgDofContainer *solution)
}
}
}
return 1;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment