source: issm/oecreview/Archive/12678-13393/ISSM-13314-13315.diff@ 13394

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

Added 12678-13393

File size: 1.1 KB
RevLine 
[13394]1Index: /u/astrid-r1b/morlighe/issmuci/trunk-jpl/../trunk-jpl/src/c/classes/objects/Node.cpp
2===================================================================
3--- /u/astrid-r1b/morlighe/issmuci/trunk-jpl/../trunk-jpl/src/c/classes/objects/Node.cpp (revision 13314)
4+++ /u/astrid-r1b/morlighe/issmuci/trunk-jpl/../trunk-jpl/src/c/classes/objects/Node.cpp (revision 13315)
5@@ -206,17 +206,15 @@
6 /*FUNCTION Node::Configure {{{*/
7 void Node::Configure(DataSet* nodesin,Vertices* verticesin){
8
9- int i;
10-
11 /*Take care of hooking up all objects for this element, ie links the objects in the hooks to their respective
12 * datasets, using internal ids and off_sets hidden in hooks: */
13 hvertex->configure(verticesin);
14
15-}
16+}/*}}}*/
17 /*FUNCTION Node::SetCurrentConfiguration {{{*/
18 void Node::SetCurrentConfiguration(DataSet* nodesin,Vertices* verticesin){
19
20-}
21+}/*}}}*/
22 /*FUNCTION Node::GetDof {{{*/
23 int Node::GetDof(int dofindex,int setenum){
24
25@@ -234,8 +232,7 @@
26 }
27 else _error_("set of enum type " << EnumToStringx(setenum) << " not supported yet!");
28
29-}
30-/*}}}*/
31+} /*}}}*/
32 /*FUNCTION Node::GetDofList1{{{*/
33 int Node::GetDofList1(void){
34
Note: See TracBrowser for help on using the repository browser.