diff --git a/MySQL/Procedures/RMTMatrix/call_RMTMatrix_Relative.sql b/MySQL/Procedures/RMTMatrix/call_RMTMatrix_Relative.sql index cfe9314..6c96482 100644 --- a/MySQL/Procedures/RMTMatrix/call_RMTMatrix_Relative.sql +++ b/MySQL/Procedures/RMTMatrix/call_RMTMatrix_Relative.sql @@ -91,8 +91,8 @@ BEGIN mr.d20, mr.d21, - mr.d23, mr.d22, + mr.d23, mr.d30, mr.d31, diff --git a/SQL_Server/Procedures/RMTMatrix/call_RMTMatrix_Relative.sql b/SQL_Server/Procedures/RMTMatrix/call_RMTMatrix_Relative.sql index ac26aaf..73135d8 100644 --- a/SQL_Server/Procedures/RMTMatrix/call_RMTMatrix_Relative.sql +++ b/SQL_Server/Procedures/RMTMatrix/call_RMTMatrix_Relative.sql @@ -86,8 +86,8 @@ BEGIN @d20 = mr.d20, @d21 = mr.d21, - @d23 = mr.d23, @d22 = mr.d22, + @d23 = mr.d23, @d30 = mr.d30, @d31 = mr.d31,