Home
last modified time | relevance | path

Searched refs:lsol (Results 1 – 1 of 1) sorted by relevance

/phasta/checkphasta/
H A Dcheckphasta.cpp100 double* lsol; in compare_solution() local
105 read_solution(&lsol, &lsize, NULL, NULL, in compare_solution()
120 double diff = fabs(lsol[i]-rsol[i]); in compare_solution()
123 free(lsol); in compare_solution()