This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
void select_val | ( | ) |
Definition at line 345 of file counterpointFunc.h.
References formula::k, formula::l, o, formula::solveFormula(), formula::trp_seq(), u, and v.
Referenced by contrappunto::subset_act(), and contrappunto::subset_dur().
00346 { 00347 formula f1, f2; 00348 f1.trp_seq(); 00349 00350 if (f1.l > f1.k) 00351 { 00352 f2.solveFormula(); 00353 o = u; 00354 } 00355 else if (f1.l < f1.k) 00356 { 00357 f2.solveFormula(); 00358 o = v; 00359 } 00360 }
Here is the call graph for this function: