Skip to content

Commit

Permalink
[DQ_VrepInterface] Added a deprecation warning, as suggested by Frede…
Browse files Browse the repository at this point in the history
…rico
  • Loading branch information
juanjqo committed Sep 13, 2024
1 parent 47918cb commit 53c21da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions interfaces/vrep/DQ_VrepInterface.m
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@
classdef DQ_VrepInterface < DQ_CoppeliaSimLegacyInterface
methods
function obj = DQ_VrepInterface()
warning('Deprecated. Use DQ_CoppeliaSimLegacyInterface instead.')
obj@DQ_CoppeliaSimLegacyInterface();
end
end
Expand Down

0 comments on commit 53c21da

Please sign in to comment.