Changed from semicolon to comma, to fix compilation failure

This commit is contained in:
Kristian Flikka
2014-06-26 10:10:19 +02:00
parent 6d88a8dabe
commit 81dbacc4e1

View File

@@ -319,7 +319,7 @@ namespace Opm {
SupportedDoubleKeywordInfo( "MULTZ-", 1.0, "1" ),
// initialisation
SupportedDoubleKeywordInfo( "SWATINIT" , 0.0, "1");
SupportedDoubleKeywordInfo( "SWATINIT" , 0.0, "1"),
// pore volume multipliers
SupportedDoubleKeywordInfo( "MULTPV", 1.0, "1" ),