X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=file.c;h=538f5c78312c060216726e71492b123e48b93d4b;hb=d4b0ce1c86d420a308770a598a07c3815778dc57;hp=3f06259faa1cd7087ef926e1cdd8a60b4d1bf9c1;hpb=ba31e37063308ab74b282db983557797d05f59d1;p=ext%2Fsubsurface.git diff --git a/file.c b/file.c index 3f06259..538f5c7 100644 --- a/file.c +++ b/file.c @@ -140,7 +140,7 @@ static void add_sample_data(struct sample *sample, enum csv_format type, double sample->temperature.mkelvin = F_to_mkelvin(val); break; case CSV_PRESSURE: - sample->cylinderpressure.mbar = psi_to_mbar(val); + sample->cylinderpressure.mbar = psi_to_mbar(val*4); break; } }