|
Last change
on this file since 4207 was
4206,
checked in by dubos, 6 years ago
|
|
simple_physics : rewrite convective adjustment
|
|
File size:
291 bytes
|
| Line | |
|---|
| 1 | USE logging |
|---|
| 2 | #define WRITELOG(junk, fmt) logging_lineno = logging_lineno+1 ; WRITE(logging_buf(logging_lineno), fmt) |
|---|
| 3 | #define LOG_WARN(tag) CALL flush_log(log_level_warn, tag) |
|---|
| 4 | #define LOG_INFO(tag) CALL flush_log(log_level_info, tag) |
|---|
| 5 | #define LOG_DBG(tag) CALL flush_log(log_level_dbg, tag) |
|---|
Note: See
TracBrowser
for help on using the repository browser.