Skip to content

Commit 2bd843a

Browse files
committed
Updating the code
1 parent cd5e4e5 commit 2bd843a

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

cachematrix.R

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,12 @@
22
#
33
# Copyright (C) 2015, Diego Rabatone Oliveira <diraol(at)diraol(dot)eng(dot)br>
44
#
5-
# This file is part of Radar Parlamentar.
6-
#
7-
# Radar Parlamentar is free software: you can redistribute it and/or modify
5+
# This is a free software: you can redistribute it and/or modify
86
# it under the terms of the GNU Affero General Public License as published by
97
# the Free Software Foundation, either version 3 of the License, or
108
# (at your option) any later version.
119
#
12-
# Radar Parlamentar is distributed in the hope that it will be useful,
10+
# It is distributed in the hope that it will be useful,
1311
# but WITHOUT ANY WARRANTY; without even the implied warranty of
1412
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1513
# GNU General Public License for more details.
@@ -57,7 +55,7 @@ makeCacheMatrix <- function(x = matrix()) {
5755
# matrix. If it has, then the function returns the cached version. If not, #
5856
# then it calculates the inverted matrix, caches it and then returns it. #
5957
###############################################################################
60-
cacheSolve <- function(x, ...) {
58+
cacheSolve <- function(x) {
6159
inv <- x$getinverse()
6260

6361
if(!is.null(inv)) {

0 commit comments

Comments
 (0)