remove empty statement
This commit is contained in:
parent
ef33d01012
commit
b8d9cf31ab
|
|
@ -113,7 +113,7 @@ void correct_vec(MEASUREPTR meas)
|
|||
meas->m_vec2 = copy(newvec2);
|
||||
}
|
||||
return;
|
||||
};
|
||||
}
|
||||
|
||||
/* Returns a value from a complex vector *values, depending on meas->m_vectype */
|
||||
static double get_value(
|
||||
|
|
|
|||
Loading…
Reference in New Issue