source: issm/trunk-jpl/src/c/modules/MassFluxx/MassFluxx.h@ 10937

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

Now, instead of looking at descriptor, we look for the index in the parameters.
makes MassFluxx look like other types of responses, without special treatment for
special arguments.

File size: 435 bytes
Line 
1/*!\file: MassFluxx.h
2 * \brief header file for degree of freedoms distribution routines.
3 */
4
5#ifndef _MASSFLUXX_H
6#define _MASSFLUXX_H
7
8#include "../../Container/Container.h"
9#include "../../objects/objects.h"
10
11/* local prototypes: */
12void MassFluxx(double* pmass_flux, Elements* elements,Nodes* nodes, Vertices* vertices,Loads* loads,Materials* materials, Parameters* parameters,bool process_units);
13
14
15#endif /* _MASSFLUXX_H */
16
Note: See TracBrowser for help on using the repository browser.