source: issm/trunk/src/c/modules/UpdateInputsFromConstantx/UpdateInputsFromConstantx.h@ 3908

Last change on this file since 3908 was 3890, checked in by seroussi, 15 years ago

problem with c/UpdateInputsFromConstantx

File size: 487 bytes
Line 
1/*!\file: UpdateInputsFromConstantx.h
2 * \brief header file for updating datasets from inputs
3 */
4
5#ifndef _UPDATEINPUTSFROMCONSTANTXX_H
6#define _UPDATEINPUTSFROMCONSTANTXX_H
7
8#include "../objects/objects.h"
9#include "../DataSet/DataSet.h"
10
11/* local prototypes: */
12void UpdateInputsFromConstantx( DataSet* elements,DataSet* nodes, DataSet* vertices,DataSet* loads, DataSet* materials, Parameters* parameters, double constant, int name);
13
14#endif /* _UPDATEINPUTSFROMCONSTANTXX_H */
15
Note: See TracBrowser for help on using the repository browser.