Last change
on this file since 15393 was 15393, checked in by Mathieu Morlighem, 12 years ago |
NEW: adding Archive/14312-15392 for oecreview
|
File size:
700 bytes
|
Rev | Line | |
---|
[15393] | 1 | Index: ../trunk-jpl/src/c/analyses/prognostic_core.cpp
|
---|
| 2 | ===================================================================
|
---|
| 3 | --- ../trunk-jpl/src/c/analyses/prognostic_core.cpp (revision 15339)
|
---|
| 4 | +++ ../trunk-jpl/src/c/analyses/prognostic_core.cpp (revision 15340)
|
---|
| 5 | @@ -31,7 +31,7 @@
|
---|
| 6 | if(numoutputs) femmodel->parameters->FindParam(&requested_outputs,&numoutputs,PrognosticRequestedOutputsEnum);
|
---|
| 7 |
|
---|
| 8 | if(issmbgradients){
|
---|
| 9 | - if(VerboseSolution)_printf_(" call smb gradients module\n\n");
|
---|
| 10 | + if(VerboseSolution())_printf_(" call smb gradients module\n\n");
|
---|
| 11 | SmbGradientsx(femmodel->elements,femmodel->nodes,femmodel->vertices,femmodel->loads,femmodel->materials,femmodel->parameters);
|
---|
| 12 | }
|
---|
| 13 | if(ispdd){
|
---|
Note:
See
TracBrowser
for help on using the repository browser.