mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-17 20:16:16 +00:00
Fix typo on parse testing
This commit is contained in:
parent
d23717523b
commit
19a2c28b1a
1 changed files with 1 additions and 1 deletions
|
@ -335,7 +335,7 @@ void TestParse::testParseNewFormat()
|
|||
params[pnr++] = intdup(headers.indexOf(tr("Sample stopdepth")));
|
||||
params[pnr++] = strdup("pressureField");
|
||||
params[pnr++] = intdup(headers.indexOf(tr("Sample pressure")));
|
||||
params[pnr++] = strdup("setpointFiend");
|
||||
params[pnr++] = strdup("setpointField");
|
||||
params[pnr++] = intdup(-1);
|
||||
params[pnr++] = strdup("separatorIndex");
|
||||
params[pnr++] = intdup(2);
|
||||
|
|
Loading…
Add table
Reference in a new issue