Merge pull request #3428 from vkip/use_pvtnum_as_default_rocknum

Using PVTNUM as the default ROCKNUM
This commit is contained in:
Bård Skaflestad 2023-03-07 14:57:02 +01:00 committed by GitHub
commit 38ed82b2ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -120,6 +120,7 @@ bool RockConfig::active() const {
}
RockConfig::RockConfig(const Deck& deck, const FieldPropsManager& fp)
: RockConfig {}
{
using rock = ParserKeywords::ROCK;
using rockopts = ParserKeywords::ROCKOPTS;