Skip to content

Commit

Permalink
Minor Bug Corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
dhiginbotham committed Apr 28, 2016
1 parent 5a3900e commit 31fed4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Power-Series/maclaurin.R
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
data <- read.table("data/ge-lowQ2.dat", header=TRUE , col.names = c("x", "y", "dy"))
#data <- read.table("data/default.dat", header=TRUE, col.names = c("x", "y", "dy"))
#data <- read.table("data/PRAD-projected.dat", header=TRUE, col.names = c("x", "y", "dy"))
#data <- read.table("data/ge.dat", header=FALSE , col.names = c("q2", "Ge", "dGe"))
#data <- read.table("data/bevington.dat", header=FALSE , col.names = c("q2", "Ge", "dGe"))
#data <- read.table("data/ge.dat", header=FALSE , col.names = c("x", "y", "dy"))
#data <- read.table("data/Bevington.dat", header=TRUE , col.names = c("x", "y", "dy"))
#
# Define the mininum model.
#
Expand Down

0 comments on commit 31fed4b

Please sign in to comment.