BerkeleyLab / caffeine

A parallel runtime library for Fortran compilers
https://berkeleylab.github.io/caffeine/
Other
40 stars 7 forks source link

types need default initializers #122

Closed everythingfunctional closed 2 months ago

everythingfunctional commented 2 months ago

All of the following types need default initialization:

bonachea commented 2 months ago

These types all now have default intializers, as of the merge of PR #127

Four of the five notably remain unimplemented, but the unimplemented dummy contains a default initializer, complying to the PRIF requiremet that is the topic of this issue.