Skip to content
This repository has been archived by the owner on Dec 8, 2020. It is now read-only.

Updates based on upstream PR review #4

Merged
merged 2 commits into from
Nov 1, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ os:
julia:
- 0.7
- 1.0
- nightly
notifications:
email: false
sudo: false
Expand Down
2 changes: 1 addition & 1 deletion src/atoms/second_order_cone/power_to_socp.jl
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ mutable struct InequalityExpression
u_var_ind::Int
end

mutable struct SimpleInequalityExpression
struct SimpleInequalityExpression
# Represents an inequality of the form
#
# x^2 <= t s,
Expand Down