Search found 1 match

by tsangwpx
Tue Jan 22, 2019 1:05 pm
Forum: ROMS Bugs
Topic: Error compiling ROMS with new flag SINGLE_PRECISION (svn928)
Replies: 7
Views: 8265

Re: Error compiling ROMS with new flag SINGLE_PRECISION (svn

As of r931, mod_kinds.F does not have a line

Code: Select all

#include "cppdefs.h"
at the beginning. The SINGLE_PRECISION flag is not defined. Adding it back at the beginning of the file will solve the issue.