update to testdatabase
This commit is contained in:
parent
c7ca6ec3aa
commit
eb7aca3555
@ -50,6 +50,11 @@ int main(int argc, char **argv)
|
||||
printf("TestDatbase: writing test file\n");
|
||||
OutStream.close();
|
||||
|
||||
std::string protocol="steady state";
|
||||
if (protocol == "steady state"){
|
||||
printf("Run steady state \n");
|
||||
}
|
||||
|
||||
auto new_db = std::make_shared<Database>( "test.db" );
|
||||
auto domain_db = new_db->getDatabase( "Domain" );
|
||||
if (domain_db->keyExists( "BC" )){
|
||||
|
Loading…
Reference in New Issue
Block a user