|
Last change
on this file since 5284 was 5284, checked in by Mathieu Morlighem, 15 years ago |
|
Added some new modules (responses)
|
|
File size:
449 bytes
|
| Rev | Line | |
|---|
| [5284] | 1 | /*!\file: SurfaceLogVxVyMisfitx.h
|
|---|
| 2 | * \brief header file for inverse methods misfit computation
|
|---|
| 3 | */
|
|---|
| 4 |
|
|---|
| 5 | #ifndef _SURFACELOGVXVYMISFITX_H
|
|---|
| 6 | #define _SURFACELOGVXVYMISFITX_H
|
|---|
| 7 |
|
|---|
| 8 | #include "../../Container/Container.h"
|
|---|
| 9 | #include "../../objects/objects.h"
|
|---|
| 10 |
|
|---|
| 11 | /* local prototypes: */
|
|---|
| 12 | void SurfaceLogVxVyMisfitx( double* pJ, Elements* elements,Nodes* nodes, Vertices* vertices, Loads* loads, Materials* materials, Parameters* parameters,bool process_units);
|
|---|
| 13 |
|
|---|
| 14 | #endif
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.