Skip to content

Commit

Permalink
More Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
haiderriazkhan committed Jul 8, 2015
1 parent 30bb78d commit 8d3b329
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion InverseAnscombe.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public static Object[] loadOVSTable(){
int index = 0;

try {
BufferedReader in = new BufferedReader(new FileReader("plugins/CANDLE/Table.dat"));
BufferedReader in = new BufferedReader(new FileReader("plugins/CANDLE-J/Table.dat"));
String str ;

while ((str = in.readLine()) != null) {
Expand Down
Binary file renamed CANDLE-J_MacOSX.zip → MacOSX.zip
Binary file not shown.
4 changes: 2 additions & 2 deletions ONLM_Mod.c
Original file line number Diff line number Diff line change
Expand Up @@ -552,8 +552,8 @@ void ONLM(float* ima , int v , int f , float* sigma , float beta , float* ref ,
}
}



free(Estimate);
free(Label);


}
Expand Down

0 comments on commit 8d3b329

Please sign in to comment.