Skip to content

Commit be16e9b

Browse files
committed
Fine tuning seed of random number generator for simulated trajectory functions.
1 parent b263a9c commit be16e9b

5 files changed

Lines changed: 150 additions & 93 deletions

File tree

C_H2MM.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,8 @@ int compute_multi(unsigned long num_bursts, unsigned long *burst_sizes, unsigned
162162

163163
// rho_calc.c function signatures
164164

165+
trpow* transpow(h2mm_mod* model, size_t maxdif); // calculate the power of trans matrix
166+
165167
void* rhoulate(void *vals); // calculates a power of Rho and A
166168

167169
void* rho_all(size_t nstate, double* transmat, pwrs *powers); // calculated new Rho and A matrixes

0 commit comments

Comments
 (0)