source: issm/branches/trunk-jpl-damage/src/c/modules/VerticesDofx/VerticesDofx.h@ 11427

Last change on this file since 11427 was 6231, checked in by Eric.Larour, 14 years ago

Took out partition and tpartition vectors, not needed anymore

File size: 344 bytes
Line 
1/*!\file: VerticesDofx.h
2 * \brief header file for degree of freedoms distribution routines.
3 */
4
5#ifndef _VERTICESDOFX_H
6#define _VERTICESDOFX_H
7
8#include "../../Container/Container.h"
9#include "../../objects/objects.h"
10
11/* local prototypes: */
12void VerticesDofx( Vertices* vertices, Parameters* parameters);
13
14#endif /* _VERTICESDOFX_H */
15
Note: See TracBrowser for help on using the repository browser.