Skip to content

Commit

Permalink
adjust psvoigt.cpp after the previous change
Browse files Browse the repository at this point in the history
  • Loading branch information
wojdyr committed May 5, 2015
1 parent 31a2557 commit adc80ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/psvoigt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ TEST_CASE("pseudo-voigt", "") {

fik->execute("F=%pv");
vector<realt> deriv =
fik->priv()->dk.get_model(0)->get_symbolic_derivatives(3.0);
fik->priv()->dk.get_model(0)->get_symbolic_derivatives(3.0, NULL);
double expected_deriv[5] = { 0.967533459381518,
0.108597246412477,
0.022358256614333,
Expand Down

0 comments on commit adc80ec

Please sign in to comment.