Skip to content

Commit

Permalink
fix traitname for Markov rewards under epoch models
Browse files Browse the repository at this point in the history
  • Loading branch information
msuchard committed Nov 17, 2023
1 parent 035869e commit 61ea878
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ public void addRegister(Parameter addRegisterParameter,
final int registerNumber = numRegisters;

public String getTraitName() {
return tag;
return traitName;
}

public Intent getIntent() {
Expand Down

0 comments on commit 61ea878

Please sign in to comment.