source: issm/trunk/src/c/modules/ResetCoordinateSystemx/ResetCoordinateSystemx.h@ 10440

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

Temporary commit for spc in Stokes under grounded ice, still not perfect

File size: 451 bytes
Line 
1/*!\file: ResetCoordinateSystemx.h
2 * \brief header file for reset coordinate system module
3 */
4
5#ifndef _RESETCOORDINATESYSTEMX_H
6#define _RESETCOORDINATESYSTEMX_H
7
8#include "../../Container/Container.h"
9#include "../../objects/objects.h"
10
11/* local prototypes: */
12void ResetCoordinateSystemx(Elements* elements,Nodes* nodes, Vertices* vertices, Loads* loads,Materials* materials, Parameters* parameters);
13
14#endif /* _RESETCOORDINATESYSTEMX_H */
Note: See TracBrowser for help on using the repository browser.