We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a11472f commit d3f7fecCopy full SHA for d3f7fec
README.md
@@ -193,9 +193,6 @@ Here's a simple example showing how to read from one format and write to another
193
using namespace ParticleZoo;
194
195
int main() {
196
- // Register standard formats
197
- FormatRegistry::RegisterStandardFormats();
198
-
199
// Create readers and writers - format auto-detected from extension
200
auto reader = FormatRegistry::CreateReader("input.IAEAphsp");
201
auto writer = FormatRegistry::CreateWriter("output.egsphsp");
0 commit comments