File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 2
2
#
3
3
# Copyright (C) 2015, Diego Rabatone Oliveira <diraol(at)diraol(dot)eng(dot)br>
4
4
#
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
8
6
# it under the terms of the GNU Affero General Public License as published by
9
7
# the Free Software Foundation, either version 3 of the License, or
10
8
# (at your option) any later version.
11
9
#
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,
13
11
# but WITHOUT ANY WARRANTY; without even the implied warranty of
14
12
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
13
# GNU General Public License for more details.
@@ -57,7 +55,7 @@ makeCacheMatrix <- function(x = matrix()) {
57
55
# matrix. If it has, then the function returns the cached version. If not, #
58
56
# then it calculates the inverted matrix, caches it and then returns it. #
59
57
# ##############################################################################
60
- cacheSolve <- function (x , ... ) {
58
+ cacheSolve <- function (x ) {
61
59
inv <- x $ getinverse()
62
60
63
61
if (! is.null(inv )) {
You can’t perform that action at this time.
0 commit comments