source: issm/trunk-jpl/src/c/objects/Bamg/GeomSubDomain.cpp@ 12365

Last change on this file since 12365 was 12365, checked in by Mathieu Morlighem, 13 years ago

Do not number folds (folding is automated)

File size: 386 bytes
RevLine 
[3913]1#include <cstdio>
2#include <cstring>
3#include <cmath>
4#include <ctime>
5
[5573]6#include "GeomSubDomain.h"
[3913]7#include "Geometry.h"
8
9namespace bamg {
10
11 /*Constructors/Destructors*/
12
13 /*Methods*/
[12365]14 /*FUNCTION GeomSubDomain::Set {{{*/
[5573]15 void GeomSubDomain::Set(const GeomSubDomain & rec,const Geometry & Gh ,const Geometry & GhNew){
[3913]16 *this = rec;
[5149]17 edge = Gh.GetId(edge) + GhNew.edges;
[3913]18 }/*}}}*/
19
20}
Note: See TracBrowser for help on using the repository browser.