Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ private static void getConstants(IndexedTable t2dPressure, IndexedTable t2dPress
}
}

private static void FillTable() {
public static void FillTable() {
double stepSize = 0.00010;
for(int s = 0; s<6; s++ ){ // loop over sectors
for(int r = 0; r<6; r++ ){ //loop over slys
Expand Down