Last change
on this file since 21337 was 21337, checked in by Mathieu Morlighem, 8 years ago |
CHG: added Archive/20545-21336
|
File size:
469 bytes
|
Rev | Line | |
---|
[21337] | 1 | Index: ../trunk-jpl/src/c/cores/depthaverage_core.cpp
|
---|
| 2 | ===================================================================
|
---|
| 3 | --- ../trunk-jpl/src/c/cores/depthaverage_core.cpp (revision 21072)
|
---|
| 4 | +++ ../trunk-jpl/src/c/cores/depthaverage_core.cpp (revision 21073)
|
---|
| 5 | @@ -11,6 +11,9 @@
|
---|
| 6 |
|
---|
| 7 | void depthaverage_core(FemModel* femmodel){
|
---|
| 8 |
|
---|
| 9 | + /*Intermediaries*/
|
---|
| 10 | + int domaintype,elementtype;
|
---|
| 11 | +
|
---|
| 12 | if(VerboseSolution()) _printf0_("depth averaging solution...\n");
|
---|
| 13 |
|
---|
| 14 | /*Get parameters*/
|
---|
Note:
See
TracBrowser
for help on using the repository browser.