24 |
/**************************************************************/ |
/**************************************************************/ |
25 |
|
|
26 |
void Finley_Assemble_NodeCoordinates(Finley_NodeFile* nodes,escriptDataC* x) { |
void Finley_Assemble_NodeCoordinates(Finley_NodeFile* nodes,escriptDataC* x) { |
27 |
maybelong n; |
dim_t n; |
28 |
if (nodes==NULL) return; |
if (nodes==NULL) return; |
29 |
if (! numSamplesEqual(x,1,nodes->numNodes)) { |
if (! numSamplesEqual(x,1,nodes->numNodes)) { |
30 |
Finley_ErrorCode=TYPE_ERROR; |
Finley_ErrorCode=TYPE_ERROR; |
46 |
} |
} |
47 |
/* |
/* |
48 |
* $Log$ |
* $Log$ |
49 |
* Revision 1.1 2004/10/26 06:53:57 jgs |
* Revision 1.2 2005/07/08 04:07:45 jgs |
50 |
* Initial revision |
* Merge of development branch back to main trunk on 2005-07-08 |
51 |
|
* |
52 |
|
* Revision 1.1.1.1.2.1 2005/06/29 02:34:46 gross |
53 |
|
* some changes towards 64 integers in finley |
54 |
|
* |
55 |
|
* Revision 1.1.1.1 2004/10/26 06:53:57 jgs |
56 |
|
* initial import of project esys2 |
57 |
* |
* |
58 |
* Revision 1.5 2004/08/26 12:03:52 gross |
* Revision 1.5 2004/08/26 12:03:52 gross |
59 |
* Some other bug in Finley_Assemble_gradient fixed. |
* Some other bug in Finley_Assemble_gradient fixed. |