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

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

New Container directory, with the format DataSet files. Split the header files from DataSet.h into Inputs.h, Elements.h, etc ...

File size: 841 bytes
Line 
1/*!\file: InputUpdateFromConstantx.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 "../../Container/Container.h"
10
11/* local prototypes: */
12void InputUpdateFromConstantx( Elements* elements,Nodes* nodes, Vertices* vertices,Loads* loads, Materials* materials, Parameters* parameters, bool constant, int name);
13void InputUpdateFromConstantx( Elements* elements,Nodes* nodes, Vertices* vertices,Loads* loads, Materials* materials, Parameters* parameters, int constant, int name);
14void InputUpdateFromConstantx( Elements* elements,Nodes* nodes, Vertices* vertices,Loads* loads, Materials* materials, Parameters* parameters, double constant, int name);
15
16#endif /* _UPDATEINPUTSFROMCONSTANTXX_H */
17
Note: See TracBrowser for help on using the repository browser.