Skip to content
Snippets Groups Projects
Commit b720ae90 authored by Thomas Bock's avatar Thomas Bock :speech_balloon:
Browse files

.

parent bed74ee1
Branches
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ fm3.conductance <- function(doc){ ...@@ -12,7 +12,7 @@ fm3.conductance <- function(doc){
c.B <- 0.9 ## Grenze Korrelation SZ<<<<<<< HEAD c.B <- 0.9 ## Grenze Korrelation SZ<<<<<<< HEAD
d.B <- 0.9 ## Grenze Korrelation Drift d.B <- 0.9 ## Grenze Korrelation Drift
sz.border <- 1e-3
t2mm <- getConstVal(a$cs, "turn_2_mm") t2mm <- getConstVal(a$cs, "turn_2_mm")
ms2s <- getConstVal(a$cc, "ms_2_s") ms2s <- getConstVal(a$cc, "ms_2_s")
mm32l <- getConstVal(a$cc, "mm^3_2_l") mm32l <- getConstVal(a$cc, "mm^3_2_l")
......
...@@ -14,11 +14,11 @@ fm3.pressure.fill <- function(doc){ ...@@ -14,11 +14,11 @@ fm3.pressure.fill <- function(doc){
gas <- a$cma$Gas gas <- a$cma$Gas
if(length(gas) > 0 & (gas == "N2" | gas == "Ar") ){ # if(length(gas) > 0 & (gas == "N2" | gas == "Ar") ){
}else{ # }else{
gas <- "N2" gas <- "N2"
} # }
paste(msg, "assume gas to be: ", gas) paste(msg, "assume gas to be: ", gas)
p.lw <- list() p.lw <- list()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment