Ice Sheet System Model  4.18
Code documentation
Functions
ApiPrintf.cpp File Reference
#include "./matlabio.h"

Go to the source code of this file.

Functions

void ApiPrintf (const char *string)
 

Function Documentation

◆ ApiPrintf()

void ApiPrintf ( const char *  string)

Definition at line 14 of file ApiPrintf.cpp.

14  {
15 
16  /*use mexPrintf in matlab: */
17  mexPrintf(string); /*Messes up percentages (like "interpolation progress: 100.00%")*/
18  //printf("%s",string);
19  return;
20 }