Skip to content

Commit d3f7fec

Browse files
committed
Removed unnecessary line from example.
1 parent a11472f commit d3f7fec

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -193,9 +193,6 @@ Here's a simple example showing how to read from one format and write to another
193193
using namespace ParticleZoo;
194194

195195
int main() {
196-
// Register standard formats
197-
FormatRegistry::RegisterStandardFormats();
198-
199196
// Create readers and writers - format auto-detected from extension
200197
auto reader = FormatRegistry::CreateReader("input.IAEAphsp");
201198
auto writer = FormatRegistry::CreateWriter("output.egsphsp");

0 commit comments

Comments
 (0)