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

Last change on this file since 10937 was 5573, checked in by Mathieu Morlighem, 15 years ago

As usual renaming

File size: 387 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 {{{1*/
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.