Skip to content
Snippets Groups Projects

[Flow-v1.3] API change and improved scripts

Merged Boman Romain requested to merge adrien into master
29 files
+ 104
112
Compare changes
  • Side-by-side
  • Inline
Files
29
+ 1
0
@@ -4,6 +4,7 @@
#include "wElement.h"
#include "wNode.h"
#include <algorithm>
using namespace tbox;
using namespace flow;
Assign::Assign(std::shared_ptr<MshData> _msh, int no, Fun0Pos &_f) : Group(_msh, no), f(_f)
Loading