Skip to content

Commit

Permalink
#2231 Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Howard Soh committed Oct 7, 2023
1 parent c9101c1 commit 3904784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libcode/vx_data2d_nccf/data2d_nccf.h
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ class MetNcCFDataFile : public Met2dDataFile {
////////////////////////////////////////////////////////////////////////


inline GrdFileType MetNcCFDataFile::file_type () const { return ( FileType_NcCF ); }
inline GrdFileType MetNcCFDataFile::file_type () const { return FileType_NcCF; }


////////////////////////////////////////////////////////////////////////
Expand Down

0 comments on commit 3904784

Please sign in to comment.