Last change
on this file since 13623 was 13623, checked in by Mathieu Morlighem, 12 years ago |
CHG: cosmetics, removing all deboule blank lines and indent single white lines correctly
|
File size:
445 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 "../../classes/objects/objects.h"
|
---|
10 |
|
---|
11 | /* local prototypes: */
|
---|
12 | void MassFluxx(IssmDouble* pmass_flux, Elements* elements,Nodes* nodes, Vertices* vertices,Loads* loads,Materials* materials, Parameters* parameters,bool process_units);
|
---|
13 |
|
---|
14 | #endif /* _MASSFLUXX_H */
|
---|
Note:
See
TracBrowser
for help on using the repository browser.