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