Skip to content

Commit 31fed4b

Browse files
author
dhiginbotham
committed
Minor Bug Corrections
1 parent 5a3900e commit 31fed4b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Power-Series/maclaurin.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
data <- read.table("data/ge-lowQ2.dat", header=TRUE , col.names = c("x", "y", "dy"))
4747
#data <- read.table("data/default.dat", header=TRUE, col.names = c("x", "y", "dy"))
4848
#data <- read.table("data/PRAD-projected.dat", header=TRUE, col.names = c("x", "y", "dy"))
49-
#data <- read.table("data/ge.dat", header=FALSE , col.names = c("q2", "Ge", "dGe"))
50-
#data <- read.table("data/bevington.dat", header=FALSE , col.names = c("q2", "Ge", "dGe"))
49+
#data <- read.table("data/ge.dat", header=FALSE , col.names = c("x", "y", "dy"))
50+
#data <- read.table("data/Bevington.dat", header=TRUE , col.names = c("x", "y", "dy"))
5151
#
5252
# Define the mininum model.
5353
#

0 commit comments

Comments
 (0)