Last change
on this file since 12832 was 12832, checked in by Eric.Larour, 13 years ago |
Almost done migrating objects to classes
|
File size:
419 bytes
|
Rev | Line | |
---|
[4043] | 1 | /*!\file: MinVzx.h
|
---|
| 2 | * \brief header file for inverse methods misfit computation
|
---|
| 3 | */
|
---|
| 4 |
|
---|
| 5 | #ifndef _MINVZX_H
|
---|
| 6 | #define _MINVZX_H
|
---|
| 7 |
|
---|
[4236] | 8 | #include "../../Container/Container.h"
|
---|
[12832] | 9 | #include "../../classes/objects/objects.h"
|
---|
[4043] | 10 |
|
---|
| 11 | /* local prototypes: */
|
---|
[4974] | 12 | void MinVzx( double* pminvz, Elements* elements,Nodes* nodes, Vertices* vertices, Loads* loads, Materials* materials, Parameters* parameters,bool process_units);
|
---|
[4043] | 13 |
|
---|
| 14 | #endif /* _MINVZX_H */
|
---|
| 15 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.