@@ -5439,7 +5440,7 @@ public class OrthoMapsCollection implements Serializable{
// unityAffine()
double[][]affine0=pmtch_use_affine?ortho_maps[ipair[0]].getAffine():unityAffine();// {{1,0,0},{0,1,0}}; // will always stay the same
double[][]affine1=pmtch_use_affine?ortho_maps[ipair[0]].getAffine():unityAffine();// {{1,0,0},{0,1,0}}; // here (manual mode) start from the center, may use prediction in auto
double[][]affine1=pmtch_use_affine?ortho_maps[ipair[1]].getAffine():unityAffine();// {{1,0,0},{0,1,0}}; // here (manual mode) start from the center, may use prediction in auto