NCAR / micm

A model-independent chemistry module for atmosphere models
https://ncar.github.io/micm/
Apache License 2.0
6 stars 4 forks source link

Fix the profiler driver #490

Closed boulderdaze closed 3 months ago

boulderdaze commented 3 months ago

A bug is found:

micm/examples/profile_example.cpp:55:3: error: unknown type name 'ConfigParseStatus'
  ConfigParseStatus status = solverConfig.ReadAndParse(config_path);