Skip to content

Commit

Permalink
Cleanup and typos
Browse files Browse the repository at this point in the history
bernedom committed Aug 3, 2019
1 parent 31f15c0 commit 388d821
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion include/SI/detail/unit.h
Original file line number Diff line number Diff line change
@@ -359,7 +359,7 @@ struct unit_with_common_ratio {

/// divide a value of a certain unit with another value of a possibly different
/// type resulting in a new type, the resulting exponent is specified by
/// resultingunit using a variadic template to simplify usage of implentation
/// resulting unit using a variadic template to simplify usage of implentation
/// the internal type of the result is the internal type of lhs
template <template <typename...> typename _resulting_unit, typename _unit_lhs,
typename _unit_rhs>
2 changes: 0 additions & 2 deletions test/compilation-tests.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
#!/bin/bash
# file: test/compilation-tests.sh

# TODO add tests for generated operators

SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
ROOT_DIR=$(realpath ${SCRIPT_DIR}/../)
INSTALL_PATH=$(realpath ~/SI-install)

0 comments on commit 388d821

Please sign in to comment.