Skip to content

Commit

Permalink
fix: Capitalize character in variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
abensonca committed Jun 18, 2024
1 parent 7bf1d7b commit e537fec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ Constructor for the {\normalfont \ttfamily murgia2017} transfer function class w
<description>The redshift of the epoch at which the transfer function is defined.</description>
</inputParameter>
!!]
self=transferFunctionmurgia2017(transferFunctionCDM,alpha,beta,gamma,cosmologyFunctions_%cosmicTime(cosmologyFunctions_%expansionFactorFromRedshift(redshift)),cosmologyParameters_,cosmologyFunctions_)
self=transferFunctionMurgia2017(transferFunctionCDM,alpha,beta,gamma,cosmologyFunctions_%cosmicTime(cosmologyFunctions_%expansionFactorFromRedshift(redshift)),cosmologyParameters_,cosmologyFunctions_)
!![
<inputParametersValidate source="parameters"/>
<objectDestructor name="cosmologyParameters_"/>
Expand Down

0 comments on commit e537fec

Please sign in to comment.