Skip to content

Commit

Permalink
One more rollback
Browse files Browse the repository at this point in the history
  • Loading branch information
heshpdx committed Sep 12, 2024
1 parent c00ebac commit e63b1e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/iaf_psc_alpha_ps.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ nest::iaf_psc_alpha_ps::pre_run_hook()
V_.exp_tau_syn_ex_ = std::exp( -V_.h_ms_ / P_.tau_syn_ex_ );
V_.exp_tau_syn_in_ = std::exp( -V_.h_ms_ / P_.tau_syn_in_ );

V_.P30_ = -P_.tau_m_ * V_.inv_c_m_ * V_.expm1_tau_m_;
V_.P30_ = -P_.tau_m_ / P_.c_m_ * V_.expm1_tau_m_;
// these are determined according to a numeric stability criterion
propagator_ex_ = IAFPropagatorAlpha( P_.tau_syn_ex_, P_.tau_m_, P_.c_m_ );
std::tie( V_.P31_ex_, V_.P32_ex_ ) = propagator_ex_.evaluate( V_.h_ms_ );
Expand Down

0 comments on commit e63b1e9

Please sign in to comment.