Skip to content

Commit

Permalink
mtex 5.0.beta4
Browse files Browse the repository at this point in the history
  • Loading branch information
ralfHielscher committed Feb 7, 2018
1 parent efcfac9 commit 043f94e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@


# rule for making release
RNAME = mtex-5.0.beta3
RNAME = mtex-5.0.beta4
RDIR = ../releases
release:
rm -rf $(RDIR)/$(RNAME)*
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
MTEX 5.0.beta.3
MTEX 5.0.beta.4
2 changes: 1 addition & 1 deletion geometry/@quaternion/log.m
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
% Syntax
% v = log(q) % tangential vector as vector3d
% v = log(q,q_ref) % tangential vector as vector3d
% M = logMat(q) % return tangential vector as (skew symmetric) matrix
% M = logm(q) % return tangential vector as (skew symmetric) matrix
%
% Input
% q - @quaternion
Expand Down

0 comments on commit 043f94e

Please sign in to comment.