Loading src/test_vbatch.c +1 −1 Original line number Diff line number Diff line Loading @@ -194,7 +194,7 @@ int main(int argc, char *argv[]) printf("left_size=%d, right_size=%d, target_up=%d, target_down=%d\n", left_size, right_size, target_up, target_down ); printf("keep_left_states=%d, keep_right_states=%d, noperator=%d, xy_size=%ld\n", keep_left_states, keep_right_states, noperator,xy_size ); keep_left_states, keep_right_states, noperator, (long int) xy_size ); printf("npatches=%d\n", npatches ); { Loading Loading
src/test_vbatch.c +1 −1 Original line number Diff line number Diff line Loading @@ -194,7 +194,7 @@ int main(int argc, char *argv[]) printf("left_size=%d, right_size=%d, target_up=%d, target_down=%d\n", left_size, right_size, target_up, target_down ); printf("keep_left_states=%d, keep_right_states=%d, noperator=%d, xy_size=%ld\n", keep_left_states, keep_right_states, noperator,xy_size ); keep_left_states, keep_right_states, noperator, (long int) xy_size ); printf("npatches=%d\n", npatches ); { Loading