Skip to content

Commit c2b7d29

Browse files
Pulled develop and updated submodules
1 parent ddd855b commit c2b7d29

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

SU2_CFD/src/fluid/CDataDrivenFluid.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,8 +207,6 @@ unsigned long CDataDrivenFluid::Predict_MLP(su2double rho, su2double e) {
207207
MLP_inputs[idx_e] = e;
208208
exit_code = lookup_mlp->PredictANN(iomap_rhoe, MLP_inputs, outputs_rhoe);
209209
#endif
210-
dsdrho_e = -exp(dsdrho_e);
211-
d2sdrho2 = exp(d2sdrho2);
212210
return exit_code;
213211
}
214212

0 commit comments

Comments
 (0)